Fixed Linux compile issue (lib conflict)

This commit is contained in:
Fred Wulff
2004-06-14 03:47:42 +00:00
parent 03e11c81a1
commit b3470b32ed
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
********************************************/
// We need the WinSock32 Library on Windows
#include "global.h"
//This order needed to avoid Linux lib conflicts
#include "ezsockets.h"
#include "global.h"
#if defined(WIN32)
#pragma comment(lib,"wsock32.lib")