Re: [Mingw-w64-public] [PATCH] headers: Add shcore.h

2022-12-25 Thread JonY via Mingw-w64-public
On 12/25/22 14:53, Alvin Wong via Mingw-w64-public wrote: Signed-off-by: Alvin Wong --- Added according to https://learn.microsoft.com/en-us/windows/win32/api/shcore/. These functions are used for WinRT interop with IStream. mingw-w64-headers/include/shcore.h | 33

[Mingw-w64-public] [RFC PATCH] headers: Add robuffer.idl to generate robuffer.h

2022-12-25 Thread Alvin Wong via Mingw-w64-public
Signed-off-by: Alvin Wong --- Implemented according to https://learn.microsoft.com/en-us/windows/win32/api/robuffer/. This file defines the Windows::Storage::Streams::IBufferByteAccess interface which implementors of (ABI::)Windows::Storage::Streams::IBuffer must also implement. The Windows SDK d

[Mingw-w64-public] [PATCH] headers: Add shcore.h

2022-12-25 Thread Alvin Wong via Mingw-w64-public
Signed-off-by: Alvin Wong --- Added according to https://learn.microsoft.com/en-us/windows/win32/api/shcore/. These functions are used for WinRT interop with IStream. mingw-w64-headers/include/shcore.h | 33 ++ 1 file changed, 33 insertions(+) create mode 100644 ming

Re: [Mingw-w64-public] [PATCH] crt: Fix building LTO version of mingw-w64 crt libraries

2022-12-25 Thread Pali Rohár
On Sunday 25 December 2022 17:21:50 LIU Hao wrote: > 在 2022-12-25 02:19, Pali Rohár 写道: > > This patch fixes it! And also in LTO mode it prints "test thread atexit". > > > > Mostly good. Should `__xl_d` be given an attribute as well? It is not referenced anywhere in the code, so in my opinion: y

Re: [Mingw-w64-public] [PATCH] crt: Fix building LTO version of mingw-w64 crt libraries

2022-12-25 Thread LIU Hao
在 2022-12-25 02:19, Pali Rohár 写道: This patch fixes it! And also in LTO mode it prints "test thread atexit". Mostly good. Should `__xl_d` be given an attribute as well? -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature __