Fix Windows-build (YES, IT COMPILES!) - partial revert of revision a9386a2655

- Use minihack on ACE to avoid using config.h on Windows platforms
- Put include-locations for ACE in AFTER everything else (for later use)
An insane thanks to paradox for being patient with testing changes and swapouts

--HG--
branch : trunk
This commit is contained in:
click
2010-08-16 09:51:37 +02:00
parent ced7262646
commit b4bef54b7a
17 changed files with 93 additions and 72 deletions

View File

@@ -22,14 +22,13 @@
/// @{
/// \file
#include "revision.h"
#include "Common.h"
#include "Database/DatabaseEnv.h"
#include "Database/PreparedStatements.h"
#include "Configuration/Config.h"
#include "Log.h"
#include "SystemConfig.h"
#include "Util.h"
#include "SignalHandler.h"
#include "RealmList.h"