(svn r12981) -Codechange: remove some useless includes and defines
authorglx
Tue, 06 May 2008 23:43:47 +0000
changeset 10439 4933a03278f8
parent 10438 b000673d2e44
child 10440 2d1c49046aeb
(svn r12981) -Codechange: remove some useless includes and defines
src/win32.cpp
--- a/src/win32.cpp	Tue May 06 22:50:55 2008 +0000
+++ b/src/win32.cpp	Tue May 06 23:43:47 2008 +0000
@@ -36,10 +36,6 @@
 
 static bool _has_console;
 
-#if defined(__MINGW32__)
-	#include <stdint.h>
-#endif
-
 static bool cursor_visible = true;
 
 bool MyShowCursor(bool show)
@@ -935,15 +931,6 @@
 	}
 }
 
-#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)
 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
 #else