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

@@ -13,9 +13,10 @@
#include <stdio.h>
#include <tchar.h>
#define _NO_CVCONST_H
#include "revision.h"
#include <dbghelp.h>
#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