Previous | 199869 Revisions | Next |
r41416 Wednesday 28th October, 2015 at 14:43:41 UTC by Miodrag Milanović |
---|
resolve issue with compile on later mingw (nw) |
[3rdparty/bgfx/3rdparty/dxsdk/include] | dxgitype.h |
r249927 | r249928 | |
---|---|---|
10 | 10 | #define MAKE_DXGI_HRESULT(code) MAKE_HRESULT(1, _FACDXGI, code) |
11 | 11 | #define MAKE_DXGI_STATUS(code) MAKE_HRESULT(0, _FACDXGI, code) |
12 | 12 | |
13 | #if | |
13 | #if !defined(DXGI_ERROR_INVALID_CALL) | |
14 | 14 | # define DXGI_STATUS_OCCLUDED MAKE_DXGI_STATUS(1) |
15 | 15 | # define DXGI_STATUS_CLIPPED MAKE_DXGI_STATUS(2) |
16 | 16 | # define DXGI_STATUS_NO_REDIRECTION MAKE_DXGI_STATUS(4) |
https://github.com/mamedev/mame/commit/4dccbffc01c3d9e0f740dbbffc0036d4da9dea06 |
Previous | 199869 Revisions | Next |