summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/lib/zip_win32.h')
-rw-r--r--ext/zip/lib/zip_win32.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/zip/lib/zip_win32.h b/ext/zip/lib/zip_win32.h
index a33347ba0c..ea3860d602 100644
--- a/ext/zip/lib/zip_win32.h
+++ b/ext/zip/lib/zip_win32.h
@@ -1,6 +1,3 @@
-
-#ifdef _MSC_VER
-
#define _POSIX_
#include <windows.h>
#include <io.h>
@@ -12,9 +9,6 @@
#ifndef mode_t
# define mode_t int
#endif
-#ifndef strcasecmp
-# define strcasecmp stricmp
-#endif
#ifndef snprintf
# define snprintf _snprintf
#endif
@@ -26,4 +20,3 @@
# define fseeko fseek
#endif
*/
-#endif