David Byron's fixes to make the latest curl build fine under MSVC 6.

This commit is contained in:
Daniel Stenberg 2004-02-26 16:23:28 +00:00
parent b6a4ca9bc8
commit 4515d06465
7 changed files with 46 additions and 38 deletions

View file

@ -52,7 +52,7 @@
#endif
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <winsock.h>
#include <winsock2.h>
#else
#ifdef _AIX