From: Karl Heuer Date: Fri, 5 Jun 1998 15:57:58 +0000 (+0000) Subject: (D_OK): Define new macro. X-Git-Tag: emacs-20.3~717 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=640e9445523f4cfbc9789926dab69d428303adb4;p=emacs.git (D_OK): Define new macro. --- diff --git a/nt/inc/sys/file.h b/nt/inc/sys/file.h index 8536d0362f1..584079feef2 100644 --- a/nt/inc/sys/file.h +++ b/nt/inc/sys/file.h @@ -6,3 +6,4 @@ #define X_OK 1 #define W_OK 2 #define R_OK 4 +#define D_OK 8