mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Disabled dxerr, causes issues when building without DXSDK.
This commit is contained in:
parent
3d3a725812
commit
357c2bfce1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#ifndef BGFX_RENDERER_D3D_H_HEADER_GUARD
|
||||
#define BGFX_RENDERER_D3D_H_HEADER_GUARD
|
||||
|
||||
#if BGFX_CONFIG_DEBUG && BGFX_CONFIG_RENDERER_DIRECT3D9 && !(BX_COMPILER_GCC || BX_COMPILER_CLANG)
|
||||
#if 0 // BGFX_CONFIG_DEBUG && BGFX_CONFIG_RENDERER_DIRECT3D9 && !(BX_COMPILER_GCC || BX_COMPILER_CLANG)
|
||||
# include <sal.h>
|
||||
# include <dxerr.h>
|
||||
# if BX_COMPILER_MSVC
|
||||
|
|
Loading…
Reference in a new issue