view nt/inc/sys/file.h @ 18652:8873a10882dc

(display_menu_bar): Always pass W to display_string. (redisplay_internal): At the end, if more frames have become visible, repeat the redisplay. (decode_mode_spec): Don't display subprocess coding systems. Don't display EOL for keyboard and terminal coding systems.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jul 1997 02:39:39 +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