在 2026-5-21 12:05, Kirill Makurin 写道:
Hello,While working on recent changes in my posix32 library, I found out that since this commit[1], library fails to build with mingw-w64 headers when configured for UWP. The reason is that mingw-w64's heapapi.h guards declarations of `HeapSummary` function and `*HEAP_SUMMARY` typedefs under `WINAPI_PARTITION_DESKTOP`, while recent Microsoft headers guard it under `WINAPI_PARTITION_APP`. This patch fixes it.
This patch looks good to me. I have pushed it to master now. Thanks. -- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
