[Mingw-w64-public] [PATCH 3/3] headers: Add some missing macros in qos2.h

2023-07-23 Thread Biswapriyo Nath
Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/qos2.h | 5 + 1 file changed, 5 insertions(+) diff --git a/mingw-w64-headers/include/qos2.h b/mingw-w64-headers/include/qos2.h index 4f840bf..1a708f6 100644 --- a/mingw-w64-headers/include/qos2.h +++ b/mingw-w64-headers/include/qos

[Mingw-w64-public] [PATCH 2/3] headers: Fix some data types in qos2.h

2023-07-23 Thread Biswapriyo Nath
Define QOS_FLOWID before it is used. This fixes the following errors. In file included from ../../../../../b/src/3rdparty/chromium/net/socket/udp_socket_win.h:14: qos2.h:87:3: error: unknown type name 'PQOS_FLOWID' PQOS_FLOWID FlowId ^ qos2.h:112:3: error: unknown type name 'QOS_FLOWID' QOS

[Mingw-w64-public] [PATCH 1/3] headers: Include headers for basic data types in qos2.h

2023-07-23 Thread Biswapriyo Nath
This fixes the following errors. In file included from ../../../../../b/src/3rdparty/chromium/net/socket/udp_socket_win.h:14: qos2.h:60:3: error: unknown type name 'UINT32' UINT32 RTT; ^ qos2.h:77:3: error: unknown type name 'USHORT'; did you mean 'SHORT'? USHORT MajorVersion; ^ Signed-o

Re: [Mingw-w64-public] [PATCH 3/3] headers: Define D2D1FORCEINLINE where needed

2023-07-23 Thread Jacek Caban via Mingw-w64-public
On 7/23/23 13:04, LIU Hao wrote: 在 2023-07-23 18:43, Jacek Caban via Mingw-w64-public 写道: The commit is missing some files generated from IDLs, so current tree doesn't build. I tried building headers and regenerated all of them from IDL. It was necessary to use an up-to-date WIDL, but I didn'

Re: [Mingw-w64-public] [PATCH 3/3] headers: Define D2D1FORCEINLINE where needed

2023-07-23 Thread LIU Hao
在 2023-07-23 18:43, Jacek Caban via Mingw-w64-public 写道: The commit is missing some files generated from IDLs, so current tree doesn't build. I tried building headers and regenerated all of them from IDL. It was necessary to use an up-to-date WIDL, but I didn't find any missing files..? Eve

Re: [Mingw-w64-public] [PATCH 3/3] headers: Define D2D1FORCEINLINE where needed

2023-07-23 Thread Jacek Caban via Mingw-w64-public
On 7/23/23 11:58, LIU Hao wrote: 在 2023-07-23 13:57, Biswapriyo Nath 写道:  From 2a64bfe452a92a5197b2e102f5d46c28d14a7631 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 23 Jul 2023 11:17:05 +0530 Subject: [PATCH 3/3] headers: Define D2D1FORCEINLINE where needed Signed-off-by: Biswapriy

Re: [Mingw-w64-public] [PATCH 3/3] headers: Define D2D1FORCEINLINE where needed

2023-07-23 Thread LIU Hao
在 2023-07-23 13:57, Biswapriyo Nath 写道: From 2a64bfe452a92a5197b2e102f5d46c28d14a7631 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 23 Jul 2023 11:17:05 +0530 Subject: [PATCH 3/3] headers: Define D2D1FORCEINLINE where needed Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/inc