include: Remove use of _WIN32_WINNT.

This commit is contained in:
Gerald Pfeifer 2009-11-20 23:49:20 +01:00 committed by Alexandre Julliard
parent 2ad4439d51
commit 36fad65338

View file

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