[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 13:27:26 CDT 2015


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

super_man at post.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |super_man at post.com

--- Comment #20 from super_man at 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.



More information about the wine-bugs mailing list