mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 01:40:22 +00:00
Update pch.h
This commit is contained in:
parent
c1efb03f92
commit
89e026a522
1 changed files with 0 additions and 11 deletions
|
@ -6,17 +6,6 @@
|
||||||
#define STRINGIFY_HELPER(x) #x
|
#define STRINGIFY_HELPER(x) #x
|
||||||
#define STRINGIFY(x) STRINGIFY_HELPER(x)
|
#define STRINGIFY(x) STRINGIFY_HELPER(x)
|
||||||
|
|
||||||
#if defined _MSC_FULL_VER && _MSC_FULL_VER < 193532215
|
|
||||||
#pragma message("Current _MSC_FULL_VER: " STRINGIFY(_MSC_FULL_VER))
|
|
||||||
#error Please update your build environment to the latest Visual Studio 2022!
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <sdkddkver.h>
|
|
||||||
#ifndef NTDDI_WIN10_NI
|
|
||||||
#pragma message("Current WDK_NTDDI_VERSION: " STRINGIFY(WDK_NTDDI_VERSION))
|
|
||||||
#error Windows 10.0.22621 SDK or later is required
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#undef STRINGIFY
|
#undef STRINGIFY
|
||||||
#undef STRINGIFY_HELPER
|
#undef STRINGIFY_HELPER
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue