[Bug 5610] psexec from pstools doesn't work (needs mpr.WNetAddConnection2W implementation)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 16 14:44:04 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=5610

--- Comment #21 from Austin English <austinenglish at gmail.com> ---
(In reply to super_man from comment #20)
> Don't have remote pc to test.
> 
> 1527 DWORD WINAPI WNetAddConnection2W( LPNETRESOURCEW lpNetResource,
> 1528                                   LPCWSTR lpPassword, LPCWSTR lpUserID,
> 1529                                   DWORD dwFlags )
> 1530 {
> 1531     FIXME( "(%p, %p, %s, 0x%08X): stub\n",
> 1532            lpNetResource, lpPassword, debugstr_w(lpUserID), dwFlags );
> 1533 
> 1534     SetLastError(WN_NO_NETWORK);
> 1535     return WN_NO_NETWORK;
> 1536 }
> 
> It doesn't print stub anymore.

Umm..
> 1531     FIXME( "(%p, %p, %s, 0x%08X): stub\n",

-- 
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.



More information about the wine-bugs mailing list