mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 00:29:23 +00:00
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
Block a user