From 50a9ee6e7335b645487a83487285bce6886ba082 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 4 Nov 2011 10:02:49 +0100 Subject: MSVC build fixed Signed-off-by: Martin Sustrik --- src/windows.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/windows.hpp') diff --git a/src/windows.hpp b/src/windows.hpp index 5e986b2..da69b47 100644 --- a/src/windows.hpp +++ b/src/windows.hpp @@ -25,9 +25,6 @@ // The purpose of this header file is to turn on only the items actually // needed on the windows platform. -// Disable deprecation warnings. -#define _CRT_SECURE_NO_WARNINGS - #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif -- cgit v1.2.3