Commit 36fad653 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

include: Remove use of _WIN32_WINNT.

parent 2ad4439d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment