]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/unzip.c
Changed values passed to SetClientSize() in CreateWidgets() so that buttons are not...
[wxWidgets.git] / src / common / unzip.c
index 5e4a178bfad4624bc863c18c447d84b1fe28dfad..08dd404643483812afb50b7f7ca9183a6bb5a3fe 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 #include "zlib.h"
+
+/* Not the right solution (paths in makefiles) but... */
+#ifdef __BORLANDC__
+#include "../common/unzip.h"
+#else
 #include "unzip.h"
+#endif
 
 #ifdef STDC
 #  include <stddef.h>