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