[Mingw-w64-public] [PATCH 2/2] crt: Add missing API sets to windowsapp.lib

2023-09-24 Thread Mark Harmstone
Some of these were added by the previous patch, and some are new. Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.am | 49 +++ .../api-ms-win-appmodel-runtime-l1-1-2.def| 12 + .../api-ms-win-appmodel-runtime-l1-1-3.def| 9 .../api-m

[Mingw-w64-public] [PATCH 1/2] crt: Add missing API sets to mincore.lib

2023-09-24 Thread Mark Harmstone
This fixes all the FIXMEs in mincore.mri, plus adds some other API sets that had been missed. Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.am | 65 +- .../lib-common/api-ms-win-core-com-l1-1-2.def | 6 + .../lib-common/api-ms-win-core-com-l1-1-3.def |

Re: [Mingw-w64-public] [PATCH] headers: add symbols in cfgmgr32.h

2023-09-24 Thread LIU Hao
在 2023-09-24 17:45, Oleg Tolmatcev 写道: +#if WINVER >= _WIN32_WINNT_WIN8 + + CMAPI CONFIGRET WINAPI CM_Register_Notification(PCM_NOTIFY_FILTER pFilter, PVOID pContext, PCM_NOTIFY_CALLBACK pCallback, PHCMNOTIFICATION pNotifyContext); + CMAPI CONFIGRET WINAPI CM_Unregister_Notification(HCMNOTIFIC

[Mingw-w64-public] [PATCH] headers: add symbols in cfgmgr32.h

2023-09-24 Thread Oleg Tolmatcev
Hello, this is needed by Dolphin. Best regards Oleg Tolmatcev From 5fb27f7788cca0c3625328963513c2ebe5d48c42 Mon Sep 17 00:00:00 2001 From: Oleg Tolmatcev Date: Sun, 13 Aug 2023 13:27:22 +0200 Subject: [PATCH] headers: add symbols in cfgmgr32.h --- mingw-w64-headers/include/cfgmgr32.h | 7 +