mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Avoid redefining WIN32_LEAN_AND_MEAN (#15342)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# include <stdexcept>
|
||||
# include <thread>
|
||||
|
||||
# ifdef _WIN32
|
||||
# if defined(_WIN32) && !defined(WIN32_LEAN_AND_MEAN)
|
||||
// cURL includes windows.h, but we don't need all of it.
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user