* include/winbase.h (SCS_64BIT_BINARY): Define.

This commit is contained in:
Corinna Vinschen 2009-01-07 14:11:57 +00:00
parent 98d47b2d0d
commit 49a0cd95c0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-01-07 Corinna Vinschen <corinna@vinschen.de>
* include/winbase.h (SCS_64BIT_BINARY): Define.
2008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/w32api.h: Increment version to 3.13.

View File

@ -217,6 +217,7 @@ extern "C" {
#define STILL_ACTIVE 0x103
#define FIND_FIRST_EX_CASE_SENSITIVE 1
#define SCS_32BIT_BINARY 0
#define SCS_64BIT_BINARY 6
#define SCS_DOS_BINARY 1
#define SCS_OS216_BINARY 5
#define SCS_PIF_BINARY 3