(svn r2009) - VS.NET/VS6 removed all builds except for Release and Debug. Also add additional dependencies to the project file instead of in the header file itself.
This commit is contained in:
@@ -13,11 +13,7 @@
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment (lib, "ws2_32.lib")
|
||||
#endif //_MSC_VER
|
||||
|
||||
#if ! (defined(__MINGW32__) || defined(__CYGWIN__))
|
||||
#if !(defined(__MINGW32__) || defined(__CYGWIN__))
|
||||
// Windows has some different names for some types..
|
||||
typedef SSIZE_T ssize_t;
|
||||
typedef int socklen_t;
|
||||
|
||||
Reference in New Issue
Block a user