mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Cleanup.
This commit is contained in:
parent
cf2cbf61c1
commit
fb15c69b31
1 changed files with 23 additions and 23 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__) || (_WIN32_WINNT <= _WIN32_WINNT_WIN7)
|
||||
#if defined(__MINGW32__) || !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…
Reference in a new issue