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
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
在 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
在 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