[Mingw-w64-public] when will new console mode flags be available?

2021-01-12 Thread Clinton Reddekop
Hello, I have mingw-w64 compiler tools version 8.1.0, downloaded here: https://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win32/Personal Builds/mingw-builds/installer/mingw-w64-install.exe/download I would like to use the flags ENABLE_VIRTUAL_TERMINAL_PROCESSING and ENABLE_VIR

[Mingw-w64-public] MemoryBarrier on arm/aarch64?

2021-01-12 Thread Jeremy Drake via Mingw-w64-public
I was trying to build libuv on aarch64-w64-mingw32, and ran into an issue that MemoryBarrier was undefined, and tracing through the headers it does in fact seem to only be defined for i386/x86_64/ia64. Is it supposed to be defined on arm/aarch64? ___ M

Re: [Mingw-w64-public] IExtractIcon missing functions

2021-01-12 Thread Liu Hao
在 2021-01-12 01:37, Biswapriyo Nath 写道: Hmmm why aren't those IDLs imported from Wine? 1. Huge confusion. IExtractIcon is in -- shlobj_core.h in WinSDK, shlobjidl.idl in wine, shlobj.h in mingw-w64. 2. Files differ largely between mingw-w64 and wine. This thing was added in WinSDK 8.1 and b

Re: [Mingw-w64-public] [PATCH 1/3] crt: Don't run TLS destructors for the main thread if exiting via _exit or ExitProcess

2021-01-12 Thread Liu Hao
在 2020-12-19 06:50, Jeremy Drake via Mingw-w64-public 写道: Have there been any further ideas on this? I am concerned the current state of affairs, accessing freed memory during tls destruction of objects in the .exe module, could cause crashes in objects more complicated than simple logging test