From 916c7f09f832aa3e3a9d4bd14abacc94ee13f0b3 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 14 Aug 2010 21:28:00 +0200 Subject: Buildsystem/Linux: Deprecate and remove use of FindTermcap.cmake - it was only used as a solution for older CentOS versions Core/Genrevision: Move defines from SystemConfig.h file into into revision.h (might need a rename now?) and delete it. This should remove the infamous "rebuild all of game plzkthx"-symptom when upgrading to newer revisions. --HG-- branch : trunk --- src/server/shared/Debugging/WheatyExceptionReport.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/server/shared/Debugging') diff --git a/src/server/shared/Debugging/WheatyExceptionReport.cpp b/src/server/shared/Debugging/WheatyExceptionReport.cpp index 7a3eae0f408..d230a209d2c 100644 --- a/src/server/shared/Debugging/WheatyExceptionReport.cpp +++ b/src/server/shared/Debugging/WheatyExceptionReport.cpp @@ -13,10 +13,9 @@ #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") @@ -1038,4 +1037,4 @@ int __cdecl WheatyExceptionReport::_tprintf(const TCHAR * format, ...) return retValue; } -#endif // _WIN32 \ No newline at end of file +#endif // _WIN32 -- cgit v1.2.3