]> code.delx.au - gnu-emacs/blob - nt/inc/sys/file.h
Nuke arch-tags.
[gnu-emacs] / nt / inc / sys / file.h
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