diff --git a/builds/msvc/libzmq/libzmq.vcproj b/builds/msvc/libzmq/libzmq.vcproj index e3eece61..f93b4223 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 5e986b20..da69b476 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