mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-24 05:41:54 -04:00
Fixed Linux build.
This commit is contained in:
parent
afc7508a89
commit
3126ed79f1
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG("-Wextern-c-compat")
|
|||
BX_PRAGMA_DIAGNOSTIC_POP_CLANG()
|
||||
|
||||
#include <bgfx/bgfxplatform.h>
|
||||
#if defined(None) // X11 defines this...
|
||||
# undef None
|
||||
#endif // defined(None)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <bx/thread.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue