mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 12:51:05 +08:00
Config.hpp doesn't define WIN32_LEAN_AND_MEAN anymore on Windows
This commit is contained in:
parent
7f11d16f3b
commit
4c3bd58ef6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user