mirror of
https://github.com/azerothcore/mod-ale
synced 2025-12-01 21:15:19 +08:00
Try fix ace errors on cmangos linux
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
// Some dummy includes containing BOOST_VERSION:
|
// Some dummy includes containing BOOST_VERSION:
|
||||||
// ObjectAccessor.h Config.h Log.h
|
// ObjectAccessor.h Config.h Log.h
|
||||||
#ifdef BOOST_VERSION
|
#ifndef MANGOS
|
||||||
#define USING_BOOST
|
#define USING_BOOST
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -21,10 +21,6 @@
|
|||||||
#include "Hooks.h"
|
#include "Hooks.h"
|
||||||
#include "ElunaUtility.h"
|
#include "ElunaUtility.h"
|
||||||
|
|
||||||
#ifndef USING_BOOST
|
|
||||||
#include <ace/Recursive_Thread_Mutex.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
#include "lua.h"
|
#include "lua.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user