Re: [Mingw-w64-public] [PATCH] crt/lib32, crt/lib64, crt/libarm32: Add ntdll functions

2019-02-12 Thread Liu Hao
在 2019/2/12 18:59, Biswapriyo Nath 写道: > I've copied the changes from def file generated by gendef command. I've the > Windows 10 build 18334 insider build. > > Should I remove that DATA keyword? Should I also add the parameters numbers > for every functions? > > Thank you <3 > > ... hmm you sh

Re: [Mingw-w64-public] [PATCH] Add missed OLE DB identifiers

2019-02-12 Thread Liu Hao
在 2019/2/12 18:07, Ruslan Garipov 写道: > Microsoft Windows 10 SDK v10.0.17763 (and may be elder ones) defines the > `CLSID_MSDAINITIALIZE`, `CLSID_DataLinks`, `CLSID_RootBinder`, > `IID_IDataInitialize` and `IID_IDBInitialize` as public symbols in the > uuid.lib.  I added them to mingw-w64's uuid.li

Re: [Mingw-w64-public] [PATCH] crt/lib32, crt/lib64, crt/libarm32: Add ntdll functions

2019-02-12 Thread Biswapriyo Nath
I've copied the changes from def file generated by gendef command. I've the Windows 10 build 18334 insider build. Should I remove that DATA keyword? Should I also add the parameters numbers for every functions? Thank you <3 ___ Mingw-w64-public mailing

[Mingw-w64-public] [PATCH] Add missed OLE DB identifiers

2019-02-12 Thread Ruslan Garipov
Microsoft Windows 10 SDK v10.0.17763 (and may be elder ones) defines the `CLSID_MSDAINITIALIZE`, `CLSID_DataLinks`, `CLSID_RootBinder`, `IID_IDataInitialize` and `IID_IDBInitialize` as public symbols in the uuid.lib. I added them to mingw-w64's uuid.lib because currently the latter doesn't have t

Re: [Mingw-w64-public] [PATCH] crt/lib32, crt/lib64, crt/libarm32: Add ntdll functions

2019-02-12 Thread Liu Hao
在 2019/2/12 下午5:04, Martin Storsjö 写道: > Based on a few random samples, it seems like some of the functions that > are added in libarm32/ntdll*.def here don't exist on the current Windows > 10 at least. > > In ntdllcrt.def, _local_unwind is added, but I can't find that function > in the arm versio

Re: [Mingw-w64-public] [PATCH] crt/lib32, crt/lib64, crt/libarm32: Add ntdll functions

2019-02-12 Thread Martin Storsjö
On Tue, 12 Feb 2019, Liu Hao wrote: 在 2019/2/11 下午11:56, Biswapriyo Nath 写道: ... Martin, would you please check the ARM part? Based on a few random samples, it seems like some of the functions that are added in libarm32/ntdll*.def here don't exist on the current Windows 10 at least. I