emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/inc/sys/file.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/nt/inc/sys/file.h [lexbind]
Date: Tue, 14 Oct 2003 18:51:30 -0400

Index: emacs/nt/inc/sys/file.h
diff -c /dev/null emacs/nt/inc/sys/file.h:1.5.16.1
*** /dev/null   Tue Oct 14 18:51:30 2003
--- emacs/nt/inc/sys/file.h     Tue Oct 14 18:51:22 2003
***************
*** 0 ****
--- 1,14 ----
+ /*
+  * sys\file.h doesn't exist on NT - only needed for these constants
+  */
+ 
+ #ifndef D_OK
+ #define F_OK 0
+ #define X_OK 1
+ #define W_OK 2
+ #define R_OK 4
+ #define D_OK 8
+ #endif
+ 
+ /* arch-tag: 7df3e73e-56bc-4ad9-b699-33149ea47959
+    (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]