From 19c82144855c06d3c8929671d7410ff2a3f08fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 14 Mar 2015 10:59:11 -0700 Subject: [PATCH] Commented out D3D_DISABLE_9EX, some D3D9 headers are not handling it properly (f.e. MinGW 3.1 runtime, default VS headers). --- src/renderer_d3d9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer_d3d9.h b/src/renderer_d3d9.h index 586a41f8..e32a91a1 100644 --- a/src/renderer_d3d9.h +++ b/src/renderer_d3d9.h @@ -10,7 +10,7 @@ #if BX_PLATFORM_WINDOWS # if !BGFX_CONFIG_RENDERER_DIRECT3D9EX -# define D3D_DISABLE_9EX +//# define D3D_DISABLE_9EX # endif // !BGFX_CONFIG_RENDERER_DIRECT3D9EX # include