remove extra backslash in fix_win32_compatibility.h
This commit is contained in:
parent
79497e1c88
commit
1e22256014
2
src/external/fix_win32_compatibility.h
vendored
2
src/external/fix_win32_compatibility.h
vendored
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user