From b4bef54b7a6be1b25d670c3f630b1c4370da7757 Mon Sep 17 00:00:00 2001 From: click Date: Mon, 16 Aug 2010 09:51:37 +0200 Subject: 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 --- src/server/shared/Debugging/WheatyExceptionReport.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/server/shared/Debugging') diff --git a/src/server/shared/Debugging/WheatyExceptionReport.cpp b/src/server/shared/Debugging/WheatyExceptionReport.cpp index d230a209d2c..7a3eae0f408 100644 --- a/src/server/shared/Debugging/WheatyExceptionReport.cpp +++ b/src/server/shared/Debugging/WheatyExceptionReport.cpp @@ -13,9 +13,10 @@ #include #include #define _NO_CVCONST_H -#include "revision.h" #include #include "WheatyExceptionReport.h" +#include "SystemConfig.h" +#include "revision.h" #define CrashFolder _T("Crashes") #pragma comment(linker, "/DEFAULTLIB:dbghelp.lib") @@ -1037,4 +1038,4 @@ int __cdecl WheatyExceptionReport::_tprintf(const TCHAR * format, ...) return retValue; } -#endif // _WIN32 +#endif // _WIN32 \ No newline at end of file -- cgit v1.2.3