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

2019-02-14 Thread Liu Hao
在 2019/2/14 17:15, Ruslan Garipov 写道: > This commit continues changes started in the commit '2a93d84215' and > adds another missed identifiers of OLE DB interfaces, exported by > Microsoft Windows' uuid.lib but lacking in mingw-w64's uuid.lib. > > While here, I swap `#include`s of and to order >

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

2019-02-14 Thread Ruslan Garipov
This commit continues changes started in the commit '2a93d84215' and adds another missed identifiers of OLE DB interfaces, exported by Microsoft Windows' uuid.lib but lacking in mingw-w64's uuid.lib. While here, I swap `#include`s of and to order the `#include`s alphabetically. Signed-off-by:

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

[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] Add missed OLE DB identifiers

2019-02-11 Thread Liu Hao
在 2019/2/11 20:34, Ruslan Garipov 写道: > Microsoft Windows 10 SDK v10.0.17763 defines the `CLSID_MSDAINITIALIZE` > and `IID_IDataInitialize` as public symbols in the uuid.lib.  I added > them to mingw-w64's uuid.lib because currently the latter doesn't have > the GUIDs defined. > > Signed-off-by: R

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

2019-02-11 Thread Ruslan Garipov
Microsoft Windows 10 SDK v10.0.17763 defines the `CLSID_MSDAINITIALIZE` and `IID_IDataInitialize` as public symbols in the uuid.lib. I added them to mingw-w64's uuid.lib because currently the latter doesn't have the GUIDs defined. Signed-off-by: Ruslan Garipov --- mingw-w64-crt/libsrc/uuid.c |