diff options
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index ff67bc93..1b6189a3 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -344,7 +344,7 @@ extern BOOLEAN VC_KeAreAllApcsDisabled (VOID); #ifndef TC_LOCAL_WIN32_WINNT_OVERRIDE # undef _WIN32_WINNT -# define _WIN32_WINNT 0x0501 /* Does not apply to the driver */ +# define _WIN32_WINNT 0x0601 /* Does not apply to the driver */ #endif #include <windows.h> /* Windows header */ |