mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Fix Windows build; use WIN32_LEAN_AND_MEAN in more places
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
#include <cstdio>
|
||||
#include <stdexcept>
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <winhttp.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user