(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:
darkvater
2005-03-14 19:27:19 +00:00
parent 4a6aef2799
commit 98bc896474
4 changed files with 9 additions and 823 deletions

View File

@@ -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;