We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dede16 + b73fc88 commit ef78a8bCopy full SHA for ef78a8b
minizip/ioapi.h
@@ -42,7 +42,12 @@
42
43
#include <stdio.h>
44
#include <stdlib.h>
45
+
46
+#ifdef WIN32
47
+#include <QtZlib/zlib.h>
48
+#else
49
#include <zlib.h>
50
+#endif
51
52
#if defined(USE_FILE32API)
53
#define fopen64 fopen
minizip/unzip.c
@@ -72,7 +72,12 @@
72
#define NOUNCRYPT
73
#endif
74
75
76
77
78
79
80
81
#include "unzip.h"
82
83
#ifdef STDC
minizip/unzip.h
@@ -48,8 +48,12 @@ extern "C" {
#ifndef _ZLIB_H
54
55
56
57
58
#ifndef _ZLIBIOAPI_H
59
#include "ioapi.h"
0 commit comments