(F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
not defined.
This commit is contained in:
parent
8040b3ba6e
commit
9366e3b092
1 changed files with 2 additions and 0 deletions
|
@ -2,8 +2,10 @@
|
|||
* sys\file.h doesn't exist on NT - only needed for these constants
|
||||
*/
|
||||
|
||||
#ifndef D_OK
|
||||
#define F_OK 0
|
||||
#define X_OK 1
|
||||
#define W_OK 2
|
||||
#define R_OK 4
|
||||
#define D_OK 8
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue