Try fix ace errors on cmangos linux

This commit is contained in:
Rochet2
2016-11-27 21:19:20 +02:00
parent 67ea403f10
commit af151e5c08
2 changed files with 1 additions and 5 deletions

View File

@@ -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

View File

@@ -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"