Re: [Mingw-w64-public] [PATCH] headers: fix declarations in IDirectXVideoDecoderService

2022-07-24 Thread LIU Hao
在 2022/7/25 04:23, Oleg Tolmatcev 写道: How do you usually sync the projects? Apologies for missing that. There is a script called 'wine-import.sh' which is usually invoked as this: cd mingw-w64-headers ./wine-import.sh PATH-TO-MY-LOCAL-WINE-REPO ./configure --host=x86_64-w64-mingw32

Re: [Mingw-w64-public] How to fix error with macros in d3d12?

2022-07-24 Thread Zebediah Figura
(+ wine-devel) On 6/11/22 13:26, LIU Hao wrote: 在 2022-06-12 01:59, Zebediah Figura 写道: The combination of `extern` with `__gnu_inline__` is necessary to suppress generation of a function body if the attached function could not be inlined when compiling as C99. Why do we need that? Otherw

Re: [Mingw-w64-public] [PATCH] headers: fix declarations in IDirectXVideoDecoderService

2022-07-24 Thread Oleg Tolmatcev
How do you usually sync the projects? Am So., 24. Juli 2022 um 06:51 Uhr schrieb Biswapriyo Nath : > > The IDL file comes from wine project. Would you like to also send the > patch there? The merge request should be sent here > https://gitlab.winehq.org/wine/wine. ___