mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Remove ACE and boost RW mutex requirements
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
#include "ElunaCreatureAI.h"
|
||||
#include "ElunaInstanceAI.h"
|
||||
|
||||
// Some dummy includes containing BOOST_VERSION:
|
||||
// ObjectAccessor.h Config.h Log.h
|
||||
#ifndef MANGOS
|
||||
#define USING_BOOST
|
||||
#endif
|
||||
|
||||
#ifdef USING_BOOST
|
||||
#include <boost/filesystem.hpp>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user