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 --- builds/msvc/libzmq/libzmq.vcproj | 30 +++--------------------------- src/windows.hpp | 3 --- 2 files changed, 3 insertions(+), 30 deletions(-) diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index e3eece6..f93b422 100644 --- a/builds/msvc/libzmq/libzmq.vcproj +++ b/builds/msvc/libzmq/libzmq.vcproj @@ -40,7 +40,7 @@ /> - - @@ -442,14 +438,6 @@ RelativePath="..\..\..\src\trie.cpp" > - - - - @@ -676,10 +664,6 @@ RelativePath="..\..\..\src\req.hpp" > - - @@ -728,14 +712,6 @@ RelativePath="..\..\..\src\trie.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