소스 검색

remove extra backslash in fix_win32_compatibility.h (#5148)

JohnnyCena123 1 주 전
부모
커밋
481daf2423
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>