WinRT: removed buildbot debug code, pending further research

This commit is contained in:
David Ludwig 2017-02-24 20:49:14 -05:00
parent f7bfa3b79e
commit b13c443cd8
1 changed files with 0 additions and 7 deletions

View File

@ -36,13 +36,6 @@
#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))
#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>
#endif