root/nt/inc/sys/file.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


     1 /*
     2  * sys\file.h doesn't exist on NT - only needed for these constants
     3  */
     4 
     5 #ifndef D_OK
     6 #define F_OK 0
     7 #define X_OK 1
     8 #define W_OK 2
     9 #define R_OK 4
    10 #define D_OK 8
    11 #endif
    12 

/* [<][>][^][v][top][bottom][index][help] */