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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
orudge 19 years ago
parent cd0a67dc65
commit fa467d2f58

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

Loading…
Cancel
Save