Mike McCormack : kernel32: Define SCS_64BIT_BINARY.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 16 14:37:52 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 91199249ecb18d9e8729535464145c0727dcd9ae
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=91199249ecb18d9e8729535464145c0727dcd9ae

Author: Mike McCormack <mike at codeweavers.com>
Date:   Mon Jan 16 20:40:33 2006 +0100

kernel32: Define SCS_64BIT_BINARY.

---

 include/winbase.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/winbase.h b/include/winbase.h
index f574085..b6d98cc 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -1171,6 +1171,7 @@ typedef struct _WIN32_STREAM_ID {
 #define SCS_PIF_BINARY      3
 #define SCS_POSIX_BINARY    4
 #define SCS_OS216_BINARY    5
+#define SCS_64BIT_BINARY    6
 
 /* flags for DefineDosDevice */
 #define DDD_RAW_TARGET_PATH         0x00000001




More information about the wine-cvs mailing list