diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-11-04 10:02:49 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-11-04 10:02:49 +0100 |
commit | 50a9ee6e7335b645487a83487285bce6886ba082 (patch) | |
tree | a0e67f458fa59645f0fd47372073a1ed35041583 /src | |
parent | 05ce301f3571e3e690792a189cb927328163f0bc (diff) |
MSVC build fixed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/windows.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 |