mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
remove extra backslash in fix_win32_compatibility.h (#5148)
This commit is contained in:
2
src/external/fix_win32_compatibility.h
vendored
2
src/external/fix_win32_compatibility.h
vendored
@@ -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>
|
||||
|
Reference in New Issue
Block a user