Re: [Mingw-w64-public] error: nested function '_ftime32' declared 'extern'

2021-03-18 Thread Liu Hao
在 2021/3/19 上午2:58, Ken Goldman 写道: gcc --version gcc (MinGW.org GCC Build-2) 9.2.0 In general, the 'nested function declared extern' error usually suggests a missing close brace of a function, after which another (probably system) header is included and a function is found: ``` lh_mouse@l

Re: [Mingw-w64-public] [PATCH] headers: Add IMFGetService in mfidl.idl.

2021-03-18 Thread Liu Hao
在 2021/3/19 上午12:34, Biswapriyo Nath 写道: There was a mistake I have just discovered. There was a change in wine-import.sh which I did not meant to do. You may send a patch to revert that. -- Best regards, Liu Hao OpenPGP_signature Description: OpenPGP digital signature ___

Re: [Mingw-w64-public] error: nested function '_ftime32' declared 'extern'

2021-03-18 Thread Ken Goldman
On 3/18/2021 10:21 AM, Liu Hao wrote: 在 2021-03-18 04:11, Ken Goldman 写道: Windows 10, When moving to mingw 9.2.0 from a very old version, these errors appeared.  From looking at the header files, I can fix them with this in the makefile.  Is there a better solution? -D_NO_OLDNAMES -D_WIN32_W

Re: [Mingw-w64-public] [PATCH] headers: Add IMFGetService in mfidl.idl.

2021-03-18 Thread Biswapriyo Nath
There was a mistake I have just discovered. There was a change in wine-import.sh which I did not meant to do. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [Feature?] Missing IDL interface declaration in mfidl.idl

2021-03-18 Thread Liu Hao
在 2021-03-16 23:00, Александр К 写道: Hi there! There is a missing IFMGetService interface and it's IFMGetService::GetService method in mingw-w64's Windows Media Foundation declarations (include/mfidl.idl). Here is a reference article on MSDN: https://docs.microsoft.com/en-us/windows/win32/api/mfid

Re: [Mingw-w64-public] [PATCH] headers: Add IMFGetService in mfidl.idl.

2021-03-18 Thread Liu Hao
在 2021-03-17 14:34, Biswapriyo Nath 写道: It is easier to add IMFGetService than importing whole idl file from wine as diff is hugely entangled. Thanks. This patch looks good to me. Pushed. -- Best regards, Liu Hao OpenPGP_signature Description: OpenPGP digital signature _

Re: [Mingw-w64-public] error: nested function '_ftime32' declared 'extern'

2021-03-18 Thread Liu Hao
在 2021-03-18 04:11, Ken Goldman 写道: Windows 10, When moving to mingw 9.2.0 from a very old version, these errors appeared. From looking at the header files, I can fix them with this in the makefile.  Is there a better solution? -D_NO_OLDNAMES -D_WIN32_WINNT=0x0603 c:\program files\mingw\in