https://bugs.winehq.org/show_bug.cgi?id=42885
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- Wine source code exposed this.
116 HRESULT WINAPI ADsOpenObject(LPCWSTR lpszPathName, LPCWSTR lpszUserName, LPCWSTR lpszPassword, DWORD dwReserved, REFIID riid, VOID** ppObject) 117 { 118 FIXME("(%s,%s,%u,%s,%p)!stub\n", debugstr_w(lpszPathName), 119 debugstr_w(lpszUserName), dwReserved, debugstr_guid(riid), ppObject); 120 return E_NOTIMPL; 121 }
https://source.winehq.org/git/wine.git/blob/b8a8e1bde9382897927945ec0b58b8a2...