Re: [Mingw-w64-public] [PATCH] crt: add missing DXVAHD_CreateDevice for x86

2025-02-04 Thread LIU Hao
在 2025-01-30 13:53, Steve Lhomme 写道: It was first added to arm32 in 4a306baa4a206c9314bdc129e98abfa1aebe2b0e. Then to the common one in 96fe9ec413001bfc3f5971df64bcdedc216a9020. But it was always missing in x86. I verified that's the only one missing in that .def. --- mingw-w64-crt/lib32/dxva2

Re: [Mingw-w64-public] [PATCH] headers/dxvahd: Add missing WINAPI on DXVAHD_CreateDevice()

2025-02-04 Thread LIU Hao
在 2025-01-30 17:21, Steve Lhomme 写道: --- mingw-w64-headers/include/dxvahd.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/dxvahd.idl b/mingw-w64-headers/include/dxvahd.idl index 607f3778e..519e9ed3c 100644 --- a/mingw-w64-headers/include/dxvah

Re: [Mingw-w64-public] winpthreads and MSVC

2025-02-04 Thread LIU Hao
在 2025-01-31 15:31, LIU Hao 写道: 在 2025-01-31 15:02, Kirill Makurin 写道: I think `"pthread_time.h"` makes more sense when including headers from the source tree? Hmm, that's true in general. I think the updated patch is acceptable. I have pushed patch1 and t_nanosleep now. -- Best regards,