Mercurial > emacs
view nt/inc/sys/file.h @ 16302:025b3dc7a6ba
(Fx_create_frame): Default Qinternal_border_width to 1.
(x_set_scroll_bar_width): Default the width to 3 cols.
Call change_frame_size.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Sep 1996 04:45:16 +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