فهرست منبع

DX9: Fixed mingw debug build.

bkaradzic 12 سال پیش
والد
کامیت
081939a306
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/renderer_d3d.h

+ 1 - 1
src/renderer_d3d.h

@@ -6,7 +6,7 @@
 #ifndef __RENDERER_D3D_H__
 #define __RENDERER_D3D_H__
 
-#if BGFX_CONFIG_DEBUG && BGFX_CONFIG_RENDERER_DIRECT3D9
+#if BGFX_CONFIG_DEBUG && BGFX_CONFIG_RENDERER_DIRECT3D9 && !(BX_COMPILER_GCC || BX_COMPILER_CLANG)
 #	include <sal.h>
 #	include <dxerr.h>
 #	if BX_COMPILER_MSVC