support vc100 toolchain once more

This commit is contained in:
zeromus 2018-04-11 16:11:49 -05:00
parent 3155ae970d
commit 4a1ea6dd1f
1 changed files with 4 additions and 0 deletions

View File

@ -21,7 +21,11 @@
#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 }; }
#endif
// I like hacks.
#define uint8 __UNO492032