zipios: [skip ci] fix Windows build failure

This commit is contained in:
wmayer
2022-09-07 17:21:32 +02:00
parent 9c911dd1b5
commit be686c3be5

View File

@@ -3,6 +3,11 @@
#include <FCConfig.h>
// undef IGNORE that is pulled in by Windows.h
#ifdef IGNORE
#undef IGNORE
#endif
#ifdef _MSC_VER
// This is fine for VC++ 5.0 sp 3