diff options
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r-- | src/Common/Tcdefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 1b6189a3..8027f58b 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -344,8 +344,12 @@ extern BOOLEAN VC_KeAreAllApcsDisabled (VOID); #ifndef TC_LOCAL_WIN32_WINNT_OVERRIDE # undef _WIN32_WINNT +#ifdef _M_ARM64 +# define _WIN32_WINNT 0x0A00 +#else # define _WIN32_WINNT 0x0601 /* Does not apply to the driver */ #endif +#endif #include <windows.h> /* Windows header */ #include <commctrl.h> /* The common controls */ |