Re: [Mingw-w64-public] [PATCH] headers: Add missing APIs and symbols in winbase.h

2022-06-02 Thread LIU Hao
在 2022-06-02 21:23, Biswapriyo Nath 写道: Thanks for the review. I have attached the updated patch file. Thanks for the patch. Pushed. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing lis

Re: [Mingw-w64-public] [PATCH] headers: Add missing APIs and symbols in winbase.h

2022-06-02 Thread sotrdg sotrdg
ailto:mingw-w64-public@lists.sourceforge.net> Subject: Re: [Mingw-w64-public] [PATCH] headers: Add missing APIs and symbols in winbase.h Thanks for the review. I have attached the updated patch file. ___ Mingw-w64-public mailing lis

Re: [Mingw-w64-public] [PATCH] headers: Add missing APIs and symbols in winbase.h

2022-06-02 Thread Biswapriyo Nath
Thanks for the review. I have attached the updated patch file. From 8a591f3fc09b2290dd8282932fee398fd3f20885 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 2 Jun 2022 18:51:33 +0530 Subject: [PATCH] headers: Add missing APIs and symbols in winbase.h Signed-off-by: Biswapriyo Nath ---

Re: [Mingw-w64-public] [PATCH] headers: Add missing APIs and symbols in winbase.h

2022-05-30 Thread LIU Hao
在 2022-05-29 22:26, Biswapriyo Nath 写道: + typedef enum _RTL_UMS_THREAD_INFO_CLASS UMS_THREAD_INFO_CLASS, *PUMS_THREAD_INFO_CLASS; + typedef enum _RTL_UMS_SCHEDULER_REASON UMS_SCHEDULER_REASON; I am not sure whether these are necessary. Without a definition, this will not compile as C++, bec

[Mingw-w64-public] [PATCH] headers: Add missing APIs and symbols in winbase.h

2022-05-29 Thread Biswapriyo Nath
From 384ac4257badb7fdef748f10a6fe942f8cc16479 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 29 May 2022 19:54:17 +0530 Subject: [PATCH] headers: Add missing APIs and symbols in winbase.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winbase.h | 106 ++