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

View File

@@ -42,7 +42,7 @@
#define DrawTextW DrawTextWin32 #define DrawTextW DrawTextWin32
#define DrawTextExA DrawTextExAWin32 #define DrawTextExA DrawTextExAWin32
#define DrawTextExW DrawTextExWin32 #define DrawTextExW DrawTextExWin32
#define PlaySoundA PlaySoundAWin32\ #define PlaySoundA PlaySoundAWin32
// include windows // include windows
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>