Config.hpp doesn't define WIN32_LEAN_AND_MEAN anymore on Windows

This commit is contained in:
Laurent Gomila 2011-08-11 22:24:25 +02:00
parent 7f11d16f3b
commit 4c3bd58ef6

View File

@ -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