Gerald Pfeifer : include: Remove use of _WIN32_WINNT.

Alexandre Julliard julliard at winehq.org
Mon Nov 23 08:49:49 CST 2009


Module: wine
Branch: master
Commit: 36fad653382626980270e8bd92ff987b14ac6d7f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=36fad653382626980270e8bd92ff987b14ac6d7f

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Fri Nov 20 23:49:20 2009 +0100

include: Remove use of _WIN32_WINNT.

---

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

diff --git a/include/winternl.h b/include/winternl.h
index d38f49c..6f21ad0 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -1670,9 +1670,7 @@ typedef struct _RTL_HANDLE_TABLE
 #define FILE_PIPE_SERVER_END            0x00000001
 #define FILE_PIPE_CLIENT_END            0x00000000
 
-#if (_WIN32_WINNT >= 0x0501)
 #define INTERNAL_TS_ACTIVE_CONSOLE_ID ( *((volatile ULONG*)(0x7ffe02d8)) )
-#endif /* (_WIN32_WINNT >= 0x0501) */
 
 #define LOGONID_CURRENT    ((ULONG)-1)
 




More information about the wine-cvs mailing list