Fixed Linux compile issue (lib conflict)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
//This order needed to avoid Linux lib conflicts
|
||||
#include "ezsockets.h"
|
||||
#include "global.h"
|
||||
#include "NetworkSyncManager.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "ezsockets.h"
|
||||
#include "RageLog.h"
|
||||
#include "StepMania.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user