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 "global.h"
|
||||||
#include "NetworkSyncManager.h"
|
#include "NetworkSyncManager.h"
|
||||||
#include "ProfileManager.h"
|
#include "ProfileManager.h"
|
||||||
#include "ezsockets.h"
|
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "StepMania.h"
|
#include "StepMania.h"
|
||||||
#include "RageUtil.h"
|
#include "RageUtil.h"
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
********************************************/
|
********************************************/
|
||||||
|
|
||||||
// We need the WinSock32 Library on Windows
|
// We need the WinSock32 Library on Windows
|
||||||
|
//This order needed to avoid Linux lib conflicts
|
||||||
#include "global.h"
|
|
||||||
#include "ezsockets.h"
|
#include "ezsockets.h"
|
||||||
|
#include "global.h"
|
||||||
|
|
||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
#pragma comment(lib,"wsock32.lib")
|
#pragma comment(lib,"wsock32.lib")
|
||||||
|
|||||||
Reference in New Issue
Block a user