(this is possibly going to annoy some people, but..)

put all (obvious) MSVC lines in #if defined(_MSC_VER) blocks, primarilly
to allow alternative win32 compilers to be used.
This commit is contained in:
Thad Ward
2005-05-11 04:43:54 +00:00
parent 51eb014d4a
commit 5949e5bc90
26 changed files with 49 additions and 23 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "ezsockets.h"
#if defined(_XBOX)
#elif defined(_WINDOWS) // We need the WinSock32 Library on Windows
#elif defined(_MSC_VER) // We need the WinSock32 Library on Windows
#pragma comment(lib,"wsock32.lib")
#else
#include <sys/types.h>