]> git.saurik.com Git - wxWidgets.git/commitdiff
define _SCL_SECURE_NO_WARNINGS to avoid warnings about unsafe standard library functi...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Jun 2009 23:10:19 +0000 (23:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Jun 2009 23:10:19 +0000 (23:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index a557cea9c35c370bf5734d5e5333e331de3983c4..37ee6b5f17cfd61dfe07122e059706fbd2d8fcfb 100644 (file)
         #ifndef _CRT_NON_CONFORMING_SWPRINTFS
             #define _CRT_NON_CONFORMING_SWPRINTFS 1
         #endif
+        #ifndef _SCL_SECURE_NO_WARNINGS
+            #define _SCL_SECURE_NO_WARNINGS 1
+        #endif
     #endif /* VC++ 8 */
 #endif /*  __VISUALC__ */