瀏覽代碼

remove extra backslash in fix_win32_compatibility.h (#5148)

pull/5156/head
JohnnyCena123 1 月之前
committed by GitHub
父節點
當前提交
481daf2423
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 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>

Loading…
取消
儲存