comparison nt/inc/sys/file.h @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents
children 74fd4e045ea6
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
1 /*
2 * sys\file.h doesn't exist on NT - only needed for these constants
3 */
4
5 #define F_OK 0
6 #define X_OK 1
7 #define W_OK 2
8 #define R_OK 4