diff --git a/include/SFML/Config.hpp b/include/SFML/Config.hpp index 7162aae3..92f229cb 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