mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
WinRT: added code to help debug a buildbot error
This commit is contained in:
parent
0e7530b057
commit
ecb1eb823e
@ -36,6 +36,11 @@
|
||||
|
||||
#ifdef __WINRT__
|
||||
|
||||
#define STRING2(x) #x
|
||||
#define STRING(x) STRING2(x)
|
||||
#pragma message("NTDDI_VERSION is " STRING(NTDDI_VERSION))
|
||||
#pragma message("NTDDI_WIN8 is " STRING(NTDDI_WIN8))
|
||||
|
||||
#if NTDDI_VERSION > NTDDI_WIN8
|
||||
#include <DXGI1_3.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user