From 567df6aacfe4c35a979c178b8c7ffd7c19037a4f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 6 Jul 2013 19:44:54 +0000 Subject: MemDumpAnalysis: moved into the Tools folder; uses the global Expat library now. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1656 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- Tools/MemDumpAnalysis/Globals.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Tools/MemDumpAnalysis/Globals.h (limited to 'Tools/MemDumpAnalysis/Globals.h') diff --git a/Tools/MemDumpAnalysis/Globals.h b/Tools/MemDumpAnalysis/Globals.h new file mode 100644 index 000000000..5208a9fa5 --- /dev/null +++ b/Tools/MemDumpAnalysis/Globals.h @@ -0,0 +1,35 @@ + +// Globals.h + +// Used for precompiled header generation + + + + + +#pragma once + +#include "../../source/Globals.h" + +/* +// System headers: +#include "targetver.h" +#include + +// STL headers: +#include +#include +#include +#include + +// Common: +#include "../source/StringUtils.h" +#include "../source/OSSupport/File.h" +*/ + +// Libraries: +#include "../../expat/expat.h" + + + + -- cgit v1.2.3