From 4c3bd58ef6ed93a56fc6568c5e36c33814b75a99 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Thu, 11 Aug 2011 22:24:25 +0200 Subject: [PATCH] Config.hpp doesn't define WIN32_LEAN_AND_MEAN anymore on Windows --- include/SFML/Config.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/SFML/Config.hpp b/include/SFML/Config.hpp index 7162aae3c..92f229cba 100644 --- a/include/SFML/Config.hpp +++ b/include/SFML/Config.hpp @@ -40,9 +40,6 @@ // Windows #define SFML_SYSTEM_WINDOWS - #ifndef WIN32_LEAN_AND_MEAN - #define WIN32_LEAN_AND_MEAN - #endif #ifndef NOMINMAX #define NOMINMAX #endif