Skip to content

Commit

Permalink
WinRT: more buildbot debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Feb 25, 2017
1 parent ecb1eb8 commit f7bfa3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/render/direct3d11/SDL_render_d3d11.c
Expand Up @@ -36,10 +36,12 @@

#ifdef __WINRT__

#define STRING2(x) #x
#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>
Expand Down

0 comments on commit f7bfa3b

Please sign in to comment.