summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/winnt.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-10-13 03:25:26 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-10-13 03:25:26 +0000
commit851217a605fbeb580b615f7b2b074cf0baa1d864 (patch)
tree9540db6e31e9eba12c55cf607b1f21db6f3729d8 /winsup/w32api/include/winnt.h
parent64c0532eb56f83274e38ae7db754012e9d19a3f3 (diff)
downloadcygnal-851217a605fbeb580b615f7b2b074cf0baa1d864.tar.gz
cygnal-851217a605fbeb580b615f7b2b074cf0baa1d864.tar.bz2
cygnal-851217a605fbeb580b615f7b2b074cf0baa1d864.zip
* include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): remove defines.
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r--winsup/w32api/include/winnt.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index d475c45c1..a376cfe4d 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -227,14 +227,7 @@ typedef DWORD FLONG;
#define FILE_DELETE_CHILD 0x00000040
#define FILE_READ_ATTRIBUTES 0x00000080
#define FILE_WRITE_ATTRIBUTES 0x00000100
-
-#define FILE_SUPERSEDED 0x00000000
-#define FILE_OPENED 0x00000001
-#define FILE_CREATED 0x00000002
-#define FILE_OVERWRITTEN 0x00000003
-#define FILE_EXISTS 0x00000004
-#define FILE_DOES_NOT_EXIST 0x00000005
-
+
#define FILE_SHARE_READ 0x00000001
#define FILE_SHARE_WRITE 0x00000002
#define FILE_SHARE_DELETE 0x00000004