1
0
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:
Hielke Morsink
2021-09-04 21:17:08 +02:00
committed by GitHub
parent 5868071fbc
commit f1fbe07ded

View File

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