Re: [Mingw-w64-public] [PATCH] headers: Add more macros for wide-char APIs in _dbg_common.h

2023-08-07 Thread Biswapriyo Nath
wbs' patch should fix that. My apology for the issue. I did not check with 32 bit toolchain. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Add more macros for wide-char APIs in _dbg_common.h

2023-08-07 Thread LIU Hao
Building GDB now fails with this error: ``` C:/MSYS2/mingw32/include/psdk_inc/_dbg_common.h:827:92: error: 'PIMAGEHLP_LINEW' has not been declared 827 | WINBOOL IMAGEAPI SymGetLineFromAddrW(HANDLE hProcess,DWORD dwAddr,PDWORD pdwDisplacement,PIMAGEHLP_LINEW Line); | ``` -- Best reg

Re: [Mingw-w64-public] [PATCH] headers: Add more macros for wide-char APIs in _dbg_common.h

2023-08-06 Thread LIU Hao
在 2023-08-05 11:27, Biswapriyo Nath 写道: From d0e21fc66eb5d291e5afc15a08b55878d8efe5e9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 5 Aug 2023 08:42:33 +0530 Subject: [PATCH] headers: Add more macros for wide-char APIs in _dbg_common.h This is required for rpcs3 project which define

[Mingw-w64-public] [PATCH] headers: Add more macros for wide-char APIs in _dbg_common.h

2023-08-04 Thread Biswapriyo Nath
From d0e21fc66eb5d291e5afc15a08b55878d8efe5e9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 5 Aug 2023 08:42:33 +0530 Subject: [PATCH] headers: Add more macros for wide-char APIs in _dbg_common.h This is required for rpcs3 project which defines DBGHELP_TRANSLATE_TCHAR. Also this fixe