Add FIGNORECASE define
The FIGNORECASE case define is now needed, place it with the related flags.
This commit is contained in:
parent
3e5d3d3285
commit
5f46a517f1
|
@ -25,6 +25,7 @@
|
|||
#ifndef _SPL_FILE_H
|
||||
#define _SPL_FILE_H
|
||||
|
||||
#define FKIOCTL 0x80000000
|
||||
#define FIGNORECASE 0x00080000
|
||||
#define FKIOCTL 0x80000000
|
||||
|
||||
#endif /* SPL_FILE_H */
|
||||
|
|
Loading…
Reference in New Issue