WinRT: more buildbot debug code
This commit is contained in:
parent
d144271806
commit
b2e9ec7749
1 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,8 @@
|
|||
#define STRING(x) STRING2(x)
|
||||
#pragma message("NTDDI_VERSION is " STRING(NTDDI_VERSION))
|
||||
#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
|
||||
#include <DXGI1_3.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue