mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-02 08:01:06 +00:00
WinRT: more buildbot debug code
This commit is contained in:
parent
ecb1eb823e
commit
f7bfa3b79e
|
@ -36,10 +36,12 @@
|
||||||
|
|
||||||
#ifdef __WINRT__
|
#ifdef __WINRT__
|
||||||
|
|
||||||
#define STRING2(x) #x
|
#define STRING2(x) #x
|
||||||
#define STRING(x) STRING2(x)
|
#define STRING(x) STRING2(x)
|
||||||
#pragma message("NTDDI_VERSION is " STRING(NTDDI_VERSION))
|
#pragma message("NTDDI_VERSION is " STRING(NTDDI_VERSION))
|
||||||
#pragma message("NTDDI_WIN8 is " STRING(NTDDI_WIN8))
|
#pragma message("NTDDI_WIN8 is " STRING(NTDDI_WIN8))
|
||||||
|
#pragma message("_MSC_VER is " STRING(_MSC_VER))
|
||||||
|
#pragma message("_MSC_FULL_VER is " STRING(_MSC_FULL_VER))
|
||||||
|
|
||||||
#if NTDDI_VERSION > NTDDI_WIN8
|
#if NTDDI_VERSION > NTDDI_WIN8
|
||||||
#include <DXGI1_3.h>
|
#include <DXGI1_3.h>
|
||||||
|
|
Loading…
Reference in a new issue