We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1b031 commit 74abbd0Copy full SHA for 74abbd0
modules/core/src/persistence.cpp
@@ -67,6 +67,8 @@
67
# define _FILE_OFFSET_BITS 0
68
# endif
69
# include <zlib.h>
70
+#else
71
+typedef void* gzFile;
72
#endif
73
74
/****************************************************************************************\
0 commit comments