From 3fa9191330f750c62cd0cfc1edad4d0de9c38301 Mon Sep 17 00:00:00 2001 From: MrCreativ3001 <92984089+MrCreativ3001@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:03:28 +0100 Subject: [PATCH] Use lowercase windows headers for easier cross-compilation --- src/Platform.h | 4 ++-- src/PlatformSockets.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Platform.h b/src/Platform.h index 4c21b57..302d52a 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -15,8 +15,8 @@ #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN -#include -#include +#include +#include #include #elif defined(__APPLE__) #include diff --git a/src/PlatformSockets.h b/src/PlatformSockets.h index db47d83..1ab0ee9 100644 --- a/src/PlatformSockets.h +++ b/src/PlatformSockets.h @@ -20,7 +20,7 @@ extern in_port_t n3ds_udp_port; #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN -#include +#include #include #ifndef __MINGW32__ #include