[Mingw-w64-public] [PATCH 2/2] crt: Include moldname content for crtdll and msvcrt10, 20, 40, 70, 71

2022-12-06 Thread Pali Rohár
moldname content is already included in all other msvcrt def files. This allows applications to use moldname aliases defined in msvcrt-common.def.in also when linking with other crt dll libraries. --- mingw-w64-crt/Makefile.am | 3 ++- mingw-w64-crt/lib32/{crtdll.def

[Mingw-w64-public] [PATCH 1/2] crt: Move exported symbols from msvcrt-common.def.in to all files which include it

2022-12-06 Thread Pali Rohár
File msvcrt-common.def.in is included only in x86 32 and 64 bit msvcrt def files and common msvcrt.def.in file. After moving longjmp, _daylight, _timezone and _tzname out of the msvcrt-common.def.in file, this file would contain only symbol aliases and not export symbols anymore. This makes

[Mingw-w64-public] [PATCHv2] headers/shlwapi: Change `QITAB.dwOffset` to `DWORD` for, Windows 10 RS2+

2022-12-06 Thread LIU Hao
在 2022/12/6 18:28, Cao GH 写道: > > I checked all SDKs from 10240-16299 in the archive, it is changed in the > 15063 SDK. > That would be _WIN32_WINNT_WIN10_RS2 I belleve. > Yeah that's right. Updated patch attached. -- Best regards, LIU Hao From 1294d9bc93400209aa6262f8f5fc7132fb649fd2 Mon

[Mingw-w64-public] 回复: [PATCH] headers/shlwapi: Change `QITAB.dwOffset` to `DWORD` since Windows 10

2022-12-06 Thread Cao GH
I checked all SDKs from 10240-16299 in the archive, it is changed in the 15063 SDK. That would be _WIN32_WINNT_WIN10_RS2 I belleve. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net

[Mingw-w64-public] 回复: [PATCH] headers/shlwapi: Change `QITAB.dwOffset` to `DWORD` since Windows 10

2022-12-06 Thread Cao GH
> This field seems to have changed since an unknown revision. Last time I checked it was signed in Windows 10 v1507 (Build 10240), but unsigned in v1903 (Build 18362). Still need to check everything in between to be absolutely sure though. ___

[Mingw-w64-public] [PATCH] headers/shlwapi: Change `QITAB.dwOffset` to `DWORD` since Windows 10

2022-12-06 Thread LIU Hao
This field seems to have changed since an unknown revision. It was a signed type, up to Windows 8.1 SDK (https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/). -- Best regards, LIU Hao From 007e97fa632fd841bb4ecff393ed320ba9e7398f Mon Sep 17 00:00:00 2001 From: LIU Hao