From 1e222560144721f05628419456e97a208b60d785 Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Thu, 28 Aug 2025 09:11:19 +0200 Subject: [PATCH] remove extra backslash in fix_win32_compatibility.h --- 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