Commit ccc9872d4df7ca6cd44f777c0600c4b1fab0f9e6

Carlos Martín Nieto 2011-09-30T17:21:30

Initialise the winsock DLL Windows wants us to initialise the networking DLL before we're allowed to send data through a socket. Call WSASetup and WSACleanup if GIT_WIN32 is defined. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>