From bdc4ef81177f4cb5c1cc597d0ca5fa53c7ec33e1 Mon Sep 17 00:00:00 2001 From: Marco Di Benedetto dibenedetto Date: Tue, 7 Jul 2009 15:12:05 +0000 Subject: [PATCH] added secure deprecate define for win32-msvc2008 --- src/shared.pri | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared.pri b/src/shared.pri index d1d87a432..da78f7dfa 100644 --- a/src/shared.pri +++ b/src/shared.pri @@ -31,6 +31,7 @@ win32:DEFINES += NOMINMAX # the following line is to hide the hundred of warnings about the deprecated # old printf are all around the code win32-msvc2005:DEFINES += _CRT_SECURE_NO_DEPRECATE +win32-msvc2008:DEFINES += _CRT_SECURE_NO_DEPRECATE CONFIG(release){ # Uncomment the following line to disable assert in mingw #DEFINES += NDEBUG