Re: [Mingw-w64-public] Mingw64 win32-seh build 32bit libraries

2019-02-08 Thread Liu Hao
在 2019/2/8 下午11:24, Maarten Verhage 写道: > Dear people of Mingw64, > Hello. > I noticed that for the mingw64 build variant that I have: > x86_64-8.1.0-release-win32-seh-rt_v6-rev0 there aren't 32-bit libraries. But > for win32-sjlj there are. > 'win32' stands for '32-bit and 64-bit Windows' r

[Mingw-w64-public] Mingw64 win32-seh build 32bit libraries

2019-02-08 Thread Maarten Verhage
Dear people of Mingw64, I noticed that for the mingw64 build variant that I have: x86_64-8.1.0-release-win32-seh-rt_v6-rev0 there aren't 32-bit libraries. But for win32-sjlj there are. I would like to build 32bit applications as well. 1) Are there specific things in the mingw64 win32-seh sourc

Re: [Mingw-w64-public] Broken FreeAddrInfoEx in ws2tcpip.h

2019-02-08 Thread Liu Hao
在 2019/2/8 上午4:41, LRN 写道: > ws2tcpip.h declares: > WINSOCK_API_LINKAGE void WSAAPI FreeAddrInfoExA(PADDRINFOEXA pAddrInfo); > WINSOCK_API_LINKAGE void WSAAPI FreeAddrInfoExW(PADDRINFOEXW pAddrInfo); > > however of these two functions only the latter exists in ws2_32.dll. The > former > is actual