]> git.jsancho.org Git - lugaru.git/commitdiff
Fixed 'string.h' include to make cross compiling work from Linux to Windows
authorNeal Gompa <ngompa13@gmail.com>
Tue, 1 Jun 2010 10:07:03 +0000 (05:07 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Tue, 1 Jun 2010 10:07:03 +0000 (05:07 -0500)
Source/WinInput.cpp

index d38708c70e8b8620dbe776b49166745e4a957fe1..d42ae78ef310c4f73181e1772ed3f66ef14b9572 100644 (file)
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "WinInput.h"
 
 #ifdef WIN32
-#include "String.h"
+#include <string.h>
 #else
 #include <stdio.h>
 #include <stdlib.h>