Remove ACE and boost RW mutex requirements

This commit is contained in:
Rochet2
2017-01-23 17:52:45 +02:00
parent 6ca6f90f67
commit 924b1baab3
5 changed files with 25 additions and 41 deletions

View File

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