Skip to content

Commit 481daf2

Browse files
remove extra backslash in fix_win32_compatibility.h (#5148)
1 parent 4a4997c commit 481daf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/external/fix_win32_compatibility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#define DrawTextW DrawTextWin32
4343
#define DrawTextExA DrawTextExAWin32
4444
#define DrawTextExW DrawTextExWin32
45-
#define PlaySoundA PlaySoundAWin32\
45+
#define PlaySoundA PlaySoundAWin32
4646
// include windows
4747
#define WIN32_LEAN_AND_MEAN
4848
#include <windows.h>

0 commit comments

Comments
 (0)