aboutsummaryrefslogtreecommitdiff
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
parent64c0532eb56f83274e38ae7db754012e9d19a3f3 (diff)
downloadnewlib-851217a605fbeb580b615f7b2b074cf0baa1d864.zip
newlib-851217a605fbeb580b615f7b2b074cf0baa1d864.tar.gz
newlib-851217a605fbeb580b615f7b2b074cf0baa1d864.tar.bz2
* include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): remove defines.
-rw-r--r--winsup/w32api/ChangeLog10
-rw-r--r--winsup/w32api/include/winnt.h9
2 files changed, 9 insertions, 10 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 9259e5f..52864d7 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,4 +1,10 @@
-003-10-13 Filip Navara <xnavara@volny.cz>
+2003-10-13 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
+ FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
+ defines.
+
+2003-10-13 Filip Navara <xnavara@volny.cz>
* include/commctrl.h: (DSA_*):Add prototypes, typedefs and
defines for Dynamic Storage Arrays.
@@ -8,7 +14,7 @@
(SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
DefSubclassProc): Add prototypes for subclassing.
(DrawShadowText) Add prototype.
-` (COMCTL32_VERSION): Define.
+ (COMCTL32_VERSION): Define.
2003-10-13 Martin Fuchs <Martin-Fuchs@gmx.net>
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index d475c45..a376cfe 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