mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-01 11:56:58 -05:00
Don't mess with include order on Linux.
This commit is contained in:
parent
386323e9a6
commit
d5bc94454e
1 changed files with 2 additions and 3 deletions
|
@ -10,11 +10,10 @@
|
||||||
#define XK_MISCELLANY
|
#define XK_MISCELLANY
|
||||||
#define XK_LATIN1
|
#define XK_LATIN1
|
||||||
#include <X11/keysymdef.h>
|
#include <X11/keysymdef.h>
|
||||||
|
#include <bgfxplatform.h> // will include X11 which #defines None... Don't mess with order of includes.
|
||||||
|
|
||||||
#undef None
|
#undef None
|
||||||
|
|
||||||
#include <bgfxplatform.h>
|
|
||||||
#include "entry_p.h"
|
#include "entry_p.h"
|
||||||
|
|
||||||
#include <bx/thread.h>
|
#include <bx/thread.h>
|
||||||
#include <bx/os.h>
|
#include <bx/os.h>
|
||||||
#include <string.h> // memset
|
#include <string.h> // memset
|
||||||
|
|
Loading…
Reference in a new issue