Don't mess with include order on Linux.

This commit is contained in:
bkaradzic 2013-08-07 23:16:30 -07:00
parent 386323e9a6
commit d5bc94454e

View file

@ -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