From 3836f1387892386ab24e92707bfb186c2a8e247b Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 23 Aug 2026 06:29:28 -0700 Subject: [PATCH] Also include the playsoundapi.h file that is where playsound is now in lean and mean, this ensures that it gets picked up by the replacement macro in more modern SDKs. (#6088) --- src/external/fix_win32_compatibility.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/external/fix_win32_compatibility.h b/src/external/fix_win32_compatibility.h index f0dafa4e7..287423098 100644 --- a/src/external/fix_win32_compatibility.h +++ b/src/external/fix_win32_compatibility.h @@ -46,6 +46,7 @@ // include windows #define WIN32_LEAN_AND_MEAN #include +#include // remove all our redefinitions so that raylib can define them properly #undef CloseWindow