[Bug 5610] psexec from pstools doesn't work (needs mpr.WNetAddConnection2W implementation)
https://bugs.winehq.org/show_bug.cgi?id=5610 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #20 from super_man(a)post.com --- 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. -- 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.
participants (1)
-
wine-bugs@winehq.org