From 481daf24232c6dc6acb81d655710ca3ec90d8fcf Mon Sep 17 00:00:00 2001 From: JohnnyCena123 Date: Thu, 28 Aug 2025 22:30:25 +0200 Subject: [PATCH] remove extra backslash in fix_win32_compatibility.h (#5148) --- src/external/fix_win32_compatibility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/external/fix_win32_compatibility.h b/src/external/fix_win32_compatibility.h index fb0f606fb..e10376696 100644 --- a/src/external/fix_win32_compatibility.h +++ b/src/external/fix_win32_compatibility.h @@ -42,7 +42,7 @@ #define DrawTextW DrawTextWin32 #define DrawTextExA DrawTextExAWin32 #define DrawTextExW DrawTextExWin32 -#define PlaySoundA PlaySoundAWin32\ +#define PlaySoundA PlaySoundAWin32 // include windows #define WIN32_LEAN_AND_MEAN #include