support vc100 toolchain once more
This commit is contained in:
parent
3155ae970d
commit
4a1ea6dd1f
|
@ -21,7 +21,11 @@
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
//little build hack for vs2015 (due to static libs linked in by lua/luaperks)
|
||||||
|
//could probably rebuild those libs, but this is easier
|
||||||
|
#if _MSC_VER >= 1900
|
||||||
extern "C" { FILE __iob_func[3] = { *stdin,*stdout,*stderr }; }
|
extern "C" { FILE __iob_func[3] = { *stdin,*stdout,*stderr }; }
|
||||||
|
#endif
|
||||||
|
|
||||||
// I like hacks.
|
// I like hacks.
|
||||||
#define uint8 __UNO492032
|
#define uint8 __UNO492032
|
||||||
|
|
Loading…
Reference in New Issue