在 2024-10-11 00:06, Biswapriyo Nath 写道:
From 5aa4585aa6e76d6806fc03a7ac9bd59cd90c67d6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath<nathbap...@gmail.com> Date: Thu, 10 Oct 2024 16:05:10 +0000 Subject: [PATCH] headers: Add new symbols in tbs.hFixeshttps://github.com/mingw-w64/mingw-w64/issues/62 Signed-off-by: Biswapriyo Nath<nathbap...@gmail.com> --- mingw-w64-headers/include/tbs.h | 208 ++++++++++++++++++++++++++------ 1 file changed, 174 insertions(+), 34 deletions(-)
Thanks for these two patches. Pushed with a fix: The updated header caused a redefinition: mingw-w64-headers/include/tbs.h:63: warning: "TBS_SUCCESS" redefined 63 | #define TBS_SUCCESS 0/usr/x86_64-w64-mingw32/include/winerror.h:4745: note: this is the location of the previous definition
4745 | #define TBS_SUCCESS 0UI checked my installations of Windows 7, 8.0, 8.1 and recent 10 SDKs; none of them had this macro in winerror.h. So I removed the one from winerror.h.
-- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public