aboutsummaryrefslogtreecommitdiff
path: root/hgewin
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-21 13:17:10 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-21 13:17:10 +0000
commitc28783ee430b106b636bf636bddf0799126a19d5 (patch)
tree84752719e337f76093654c501ad5e44c80916ce6 /hgewin
parent614da8c13f4711337828a3b017d86002c6ea1292 (diff)
downloadbullet-lab-remix-c28783ee430b106b636bf636bddf0799126a19d5.tar.xz
Experimental support for cross compiling with mingw-w64.
Fix blinking HangUpText. Exit 1 if not terminated correctly.
Diffstat (limited to 'hgewin')
-rwxr-xr-xhgewin/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hgewin/resource.cpp b/hgewin/resource.cpp
index 2e223ce..fa1ddf9 100755
--- a/hgewin/resource.cpp
+++ b/hgewin/resource.cpp
@@ -11,7 +11,7 @@
#define NOCRYPT
//#define NOUNCRYPT
-#include "ZLIB\unzip.h"
+#include "ZLIB/unzip.h"
bool CALL HGE_Impl::Resource_AttachPack(const char *filename, const char *password)