Mercurial > emacs
view nt/inc/sys/file.h @ 18707:23039b06955a
(current_lock_owner, lock_file_1): Add casts.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Jul 1997 03:03:10 +0000 |
parents | cc3c8961d60a |
children | 841b8916e3b2 |
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