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
1 changed files with 2 additions and 3 deletions

View File

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