* include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,

FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): remove
	defines.
This commit is contained in:
Danny Smith 2003-10-13 03:25:26 +00:00
parent 64c0532eb5
commit 851217a605
2 changed files with 9 additions and 10 deletions

View File

@ -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>

View File

@ -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