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: