在 2026-5-29 10:06, Samuel Therrien 写道:
Hi I'd like to add this 1 line to fix https://sourceforge.net/p/mingw-w64/feature-requests/111/https://sourceforge.net/u/avasam/mingw-w64/ci/add-missing-__deref_out_ecount_full/ --- a/mingw-w64-headers/include/sal.h +++ b/mingw-w64-headers/include/sal.h @@ -570,6 +570,7 @@ #define __deref_opt_out_bcount(x) #define __deref_out #define __deref_out_ecount(size) +#define __deref_out_ecount_full(size) #define __deref_out_opt #define __range(x,y)
I have committed this change as b9ed61b308c394eb63b28d844aec6b9d0cb0f920; thanks. For the remaining macros, please send patches to this mailing list directly. -- 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
