Re: [Mingw-w64-public] [PATCH] add PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH to pathcch.h

2024-04-06 Thread LIU Hao
在 2024-04-06 18:48, Oleg Tolmatcev 写道: Hello, this is needed by PCSX2. Thanks for the patch. For this change, I suggest we add all `PATHCCH_*` constants, and change them to enumerators as in Windows 10 SDK. -- Best regards, LIU Hao OpenPGP_signature.asc Description: OpenPGP digital sig

[Mingw-w64-public] [PATCH] add PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH to pathcch.h

2024-04-06 Thread Oleg Tolmatcev
Hello, this is needed by PCSX2. Best regards Oleg Tolmatcev From c5b7f3c4629dbf92489f2a41c3003bf40a470ac0 Mon Sep 17 00:00:00 2001 From: Oleg Tolmatcev Date: Sat, 6 Apr 2024 12:46:07 +0200 Subject: [PATCH] add PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH to pathcch.h --- mingw-w64-headers/include/pa

[Mingw-w64-public] [PATCH] headers: stdio.h: Remove inline variant of UCRT _scprintf, _snprintf and _snscanf functions

2024-04-06 Thread Pali Rohár
--- Per request from email https://sourceforge.net/p/mingw-w64/mailman/message/58756761/ I'm sending a change which completely removes those 3 inline functions. It should be applied after the change "Add non-inline variant of UCRT _scprintf, _snprintf and _snscanf functions" from email attachment