mirror of https://github.com/OpenTTD/OpenTTD
(svn r12981) -Codechange: remove some useless includes and defines
parent
3b9e4f6d17
commit
a9d263c459
|
@ -36,10 +36,6 @@
|
||||||
|
|
||||||
static bool _has_console;
|
static bool _has_console;
|
||||||
|
|
||||||
#if defined(__MINGW32__)
|
|
||||||
#include <stdint.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static bool cursor_visible = true;
|
static bool cursor_visible = true;
|
||||||
|
|
||||||
bool MyShowCursor(bool show)
|
bool MyShowCursor(bool show)
|
||||||
|
@ -935,15 +931,6 @@ void ShowInfo(const char *str)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
|
||||||
/* _set_error_mode() constants&function (do not exist in mingw headers) */
|
|
||||||
#define _OUT_TO_DEFAULT 0
|
|
||||||
#define _OUT_TO_STDERR 1
|
|
||||||
#define _OUT_TO_MSGBOX 2
|
|
||||||
#define _REPORT_ERRMODE 3
|
|
||||||
int _set_error_mode(int);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(WINCE)
|
#if defined(WINCE)
|
||||||
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
|
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue