comparison w32/inc/sys/file.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents
children
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
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