remove extra backslash in fix_win32_compatibility.h (#5148)

This commit is contained in:
JohnnyCena123 2025-08-28 22:30:25 +02:00 committed by GitHub
parent 4a4997c615
commit 481daf2423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <windows.h>