Mercurial > hg > xemacs-beta
view nt/inc/sys/file.h @ 385:bc48d89bf15c
Added tag r21-2-7 for changeset bbff43aa5eb7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:08:25 +0200 |
parents | 7d55a9ba150c |
children | 74fd4e045ea6 |
line wrap: on
line source
/* * sys\file.h doesn't exist on NT - only needed for these constants */ #define F_OK 0 #define X_OK 1 #define W_OK 2 #define R_OK 4