update min windows sdk to 10.0.22621
This commit is contained in:
parent
a720e8509b
commit
b07d6116d9
|
@ -12,9 +12,9 @@
|
|||
#endif
|
||||
|
||||
#include <sdkddkver.h>
|
||||
#ifndef NTDDI_WIN10_CO
|
||||
#ifndef NTDDI_WIN10_NI
|
||||
#pragma message("Current WDK_NTDDI_VERSION: " STRINGIFY(WDK_NTDDI_VERSION))
|
||||
#error Windows 10.0.22000 SDK or later is required
|
||||
#error Windows 10.0.22621 SDK or later is required
|
||||
#endif
|
||||
|
||||
#undef STRINGIFY
|
||||
|
|
Loading…
Reference in New Issue