mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-02 02:19:48 -04:00
Merge branch 'master' of cane:bkaradzic/bgfx
This commit is contained in:
commit
d17f7f0f5a
1 changed files with 1 additions and 1 deletions
2
3rdparty/dxsdk/include/dxgitype.h
vendored
2
3rdparty/dxsdk/include/dxgitype.h
vendored
|
@ -10,7 +10,7 @@
|
|||
#define MAKE_DXGI_HRESULT(code) MAKE_HRESULT(1, _FACDXGI, code)
|
||||
#define MAKE_DXGI_STATUS(code) MAKE_HRESULT(0, _FACDXGI, code)
|
||||
|
||||
#if defined(__MINGW32__) || !defined(DXGI_ERROR_INVALID_CALL)
|
||||
#if !defined(DXGI_ERROR_INVALID_CALL)
|
||||
# define DXGI_STATUS_OCCLUDED MAKE_DXGI_STATUS(1)
|
||||
# define DXGI_STATUS_CLIPPED MAKE_DXGI_STATUS(2)
|
||||
# define DXGI_STATUS_NO_REDIRECTION MAKE_DXGI_STATUS(4)
|
||||
|
|
Loading…
Add table
Reference in a new issue