Explorar o código

remove extra backslash in fix_win32_compatibility.h (#5148)

JohnnyCena123 hai 1 semana
pai
achega
481daf2423
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/external/fix_win32_compatibility.h

+ 1 - 1
src/external/fix_win32_compatibility.h

@@ -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>