Browse Source

remove extra backslash in fix_win32_compatibility.h (#5148)

JohnnyCena123 1 tuần trước cách đây
mục cha
commit
481daf2423
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 DrawTextExA DrawTextExAWin32
 #define DrawTextExW DrawTextExWin32
-#define PlaySoundA PlaySoundAWin32\
+#define PlaySoundA PlaySoundAWin32
 // include windows
 #define WIN32_LEAN_AND_MEAN 
 #include <windows.h>