1
0
Fork 0

(svn r4203) - Fix compilation on mingw32 (stdint.h not included)

release/0.5
orudge 2006-03-31 15:34:22 +00:00
parent cd0a67dc65
commit fa467d2f58
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ static bool _has_console;
#define __TIMESTAMP__ __DATE__ __TIME__
#endif
#if defined(__MINGW32__)
#include <stdint.h>
#endif
static bool cursor_visible = true;