(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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user