view nt/inc/sys/file.h @ 17842:cb1af8ead3df

(standard-fontset-spec): Name changed from default-fontset-spec.
author Kenichi Handa <handa@m17n.org>
date Fri, 16 May 1997 00:59:15 +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