(svn r4731) - Backport from trunk (r4203):

Fix: compile on older mingw32 versions (3.1.0)
This commit is contained in:
Darkvater 2006-05-03 21:57:09 +00:00
parent 660d991cc1
commit 8892c1d1de
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;