From c28783ee430b106b636bf636bddf0799126a19d5 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Fri, 21 Mar 2014 13:17:10 +0000 Subject: Experimental support for cross compiling with mingw-w64. Fix blinking HangUpText. Exit 1 if not terminated correctly. --- hgewin/resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hgewin') 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) -- cgit v1.2.3