global.h must be included before anything else. it sets up such things as
disabling stupid warnings for some archs.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
//This order needed to avoid Linux lib conflicts
|
|
||||||
#include "ezsockets.h"
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
#include "ezsockets.h"
|
||||||
#include "NetworkSyncManager.h"
|
#include "NetworkSyncManager.h"
|
||||||
#include "ProfileManager.h"
|
#include "ProfileManager.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
|
|||||||
@@ -9,9 +9,8 @@
|
|||||||
********************************************/
|
********************************************/
|
||||||
|
|
||||||
// We need the WinSock32 Library on Windows
|
// We need the WinSock32 Library on Windows
|
||||||
//This order needed to avoid Linux lib conflicts
|
|
||||||
#include "ezsockets.h"
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
#include "ezsockets.h"
|
||||||
|
|
||||||
#if defined(WIN32)
|
#if defined(WIN32)
|
||||||
#pragma comment(lib,"wsock32.lib")
|
#pragma comment(lib,"wsock32.lib")
|
||||||
|
|||||||
Reference in New Issue
Block a user