Re: [Mingw-w64-public] libadsiid.a missing GUIDs

2021-10-19 Thread Jeremy Drake via Mingw-w64-public
On Sun, 10 Oct 2021, Jeremy Drake via Mingw-w64-public wrote: > After a report[1], made a simple test program that references all extern > GUIDs from adsiid.h, and tried to link it with -ladsiid. > > lld-link: error: undefined symbol: _LIBID_ADs > lld-link: error: undefined symbol: _IID_IADsSchema

Re: [Mingw-w64-public] libadsiid.a missing GUIDs

2021-10-10 Thread Jeremy Drake via Mingw-w64-public
On Sun, 10 Oct 2021, Jeremy Drake via Mingw-w64-public wrote: > After a report[1], made a simple test program that references all extern > GUIDs from adsiid.h, and tried to link it with -ladsiid. > Forgot to include footnote with link; [1]: https://github.com/msys2/MINGW-packages/pull/9750#issuec

[Mingw-w64-public] libadsiid.a missing GUIDs

2021-10-10 Thread Jeremy Drake via Mingw-w64-public
After a report[1], made a simple test program that references all extern GUIDs from adsiid.h, and tried to link it with -ladsiid. lld-link: error: undefined symbol: _LIBID_ADs lld-link: error: undefined symbol: _IID_IADsSchema lld-link: error: undefined symbol: _IID_IADsSearch lld-link: error: und