mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
DX9: Fixed mingw debug build.
This commit is contained in:
parent
95e1f92eb5
commit
081939a306
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#ifndef __RENDERER_D3D_H__
|
#ifndef __RENDERER_D3D_H__
|
||||||
#define __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 <sal.h>
|
||||||
# include <dxerr.h>
|
# include <dxerr.h>
|
||||||
# if BX_COMPILER_MSVC
|
# if BX_COMPILER_MSVC
|
||||||
|
|
Loading…
Reference in a new issue