Re: [Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-03-06 Thread Steve Lhomme
This seems to compile fine with that mpeg2struct.h On 05/03/2025 21:04, Biswapriyo Nath wrote: I have sent patch to wine to add the IDL files. Merge request link https://gitlab.winehq.org/wine/wine/-/merge_requests/7508. Please test those header files. The structures are defined in mpeg2data.h[1

Re: [Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-03-05 Thread Biswapriyo Nath
I have sent patch to wine to add the IDL files. Merge request link https://gitlab.winehq.org/wine/wine/-/merge_requests/7508. Please test those header files. The structures are defined in mpeg2data.h[1] which should be included in bdadefs.h in vlc. [1]: https://learn.microsoft.com/en-us/previous-v

Re: [Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-03-03 Thread Steve Lhomme
On 03/03/2025 17:30, Biswapriyo Nath wrote: Could you share which project needs this. I can try to add the idl file. Hi, It's used by VLC. It's included via "mpeg2structs.h" in https://code.videolan.org/videolan/vlc/-/blob/master/modules/access/dtv/bdadefs.h ___

Re: [Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-03-03 Thread Biswapriyo Nath
Could you share which project needs this. I can try to add the idl file. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-01-28 Thread Biswapriyo Nath
> This could be generated from a .idl. I can try to add the idl file if required. Though, I am not sure if it should be added in wine which may need some time. Also, that need some test project. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.

[Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-01-28 Thread Steve Lhomme
Checked against https://github.com/microsoft/win32metadata/blob/main/generation/WinSDK/RecompiledIdlHeaders/um/mpeg2data.h This could be generated from a .idl. --- mingw-w64-headers/include/mpeg2data.h | 31 +++ 1 file changed, 8 insertions(+), 23 deletions(-) diff --git