mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Fixed MinGW build.
This commit is contained in:
parent
08528f7459
commit
d050ee9641
1 changed files with 5 additions and 3 deletions
|
@ -7,9 +7,11 @@
|
|||
|
||||
#if SHADERC_CONFIG_HLSL
|
||||
|
||||
//#define __REQUIRED_RPCNDR_H_VERSION__ 475
|
||||
//#define __in
|
||||
//#define __out
|
||||
#if defined(__MINGW32__)
|
||||
# define __REQUIRED_RPCNDR_H_VERSION__ 475
|
||||
# define __in
|
||||
# define __out
|
||||
#endif // defined(__MINGW32__)
|
||||
|
||||
#include <d3dcompiler.h>
|
||||
#include <d3d11shader.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue