[Bug 4473] New: WSAStartup not needed before socket() call

Wine Bugs wine-bugs at winehq.org
Fri Feb 3 06:36:32 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4473

           Summary: WSAStartup not needed before socket() call
           Product: Wine
           Version: 0.9.3.
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-net
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: winehq-ticket at raf256.com


On wine it seems that 
  sd = socket (AF_INET, SOCK_STREAM, 0); 
works even without calling WSAStartup first - it just works returning valid file
descriptor.

While on native windows using same code without calling WSAStartup first makes
it fail returning -1 file descriptor.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list