summaryrefslogtreecommitdiff
path: root/updater/zbin/minizip/ioapi.c
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-19 05:09:53 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-19 05:09:53 +0000
commit00a1cef967087b7c85b9ef39b63ba0662fa13080 (patch)
treebf70408a9ef71036c7b693c7623191ead6be0f4d /updater/zbin/minizip/ioapi.c
parentfd215b11baee74952e38d31cc5fce3cc27b1c9fb (diff)
Fixed VC2008 project and warnings
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@508 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/zbin/minizip/ioapi.c')
-rw-r--r--updater/zbin/minizip/ioapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/zbin/minizip/ioapi.c b/updater/zbin/minizip/ioapi.c
index 49958f6..c3f75ce 100644
--- a/updater/zbin/minizip/ioapi.c
+++ b/updater/zbin/minizip/ioapi.c
@@ -10,7 +10,7 @@
*/
-#if (defined(_WIN32))
+#if (defined(_WIN32) && !defined(_CRT_SECURE_NO_WARNINGS))
#define _CRT_SECURE_NO_WARNINGS
#endif