Re: [Mingw-w64-public] Macro redefinitions in ks.h and ksmedia.h

2022-01-04 Thread LIU Hao
在 2022-01-03 00:46, Biswapriyo Nath 写道: Thank you for working on this. I have tested that mpv now builds with this fix. I have used ucrt64 in msys64 environment with gcc and rebuilt both headers and crt packages with these two patches. Thanks for the feedback. Pushed to master now. Apologies f

Re: [Mingw-w64-public] Macro redefinitions in ks.h and ksmedia.h

2022-01-02 Thread Biswapriyo Nath
Thank you for working on this. I have tested that mpv now builds with this fix. I have used ucrt64 in msys64 environment with gcc and rebuilt both headers and crt packages with these two patches. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.

[Mingw-w64-public] Macro redefinitions in ks.h and ksmedia.h

2022-01-02 Thread LIU Hao
I wrote a script which collected the output of `gcc -E -Wp,-dM` (which is, all macros) and diffed the outputs of our headers with MS headers. This issue was more complicated than I thought, as some of them seemed to have been removed since Vista. Attached are patches that make GCC output the _e