1
0
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:
Aaron van Geffen
2025-11-07 21:14:58 +01:00
committed by GitHub
parent a8e9a6b385
commit 49ef6768c5
11 changed files with 47 additions and 15 deletions

View File

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