https://bugs.winehq.org/show_bug.cgi?id=42885 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #1 from winetest(a)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... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.