mirror of https://github.com/bkaradzic/bgfx
Don't mess with include order on Linux.
This commit is contained in:
parent
386323e9a6
commit
d5bc94454e
|
@ -10,11 +10,10 @@
|
|||
#define XK_MISCELLANY
|
||||
#define XK_LATIN1
|
||||
#include <X11/keysymdef.h>
|
||||
#include <bgfxplatform.h> // will include X11 which #defines None... Don't mess with order of includes.
|
||||
|
||||
#undef None
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/thread.h>
|
||||
#include <bx/os.h>
|
||||
#include <string.h> // memset
|
||||
|
|
Loading…
Reference in New Issue