https://bugs.winehq.org/show_bug.cgi?id=5610 --- Comment #21 from Austin English <austinenglish(a)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.