git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@130 83fadc84-e282...
authorPatrick McIlroy <itgpmc@gmail.com>
Fri, 14 Mar 2008 20:01:52 +0000 (20:01 +0000)
committerPatrick McIlroy <itgpmc@gmail.com>
Fri, 14 Mar 2008 20:01:52 +0000 (20:01 +0000)
src/arch/InputHandler/InputHandler_Linux_PIUIO.h

index 0ba7e4e..b1d77eb 100644 (file)
@@ -3,7 +3,11 @@
 
 /*  I've heard bad things about portability relating to stdint.  /
 /   If you run into any problems, let me know. - Vyhd           */
+#ifdef WIN32
+#include <windows.h>
+#else
 #include <stdint.h>
+#endif
 
 #include "InputHandler.h"
 #include "RageThreads.h"