#define WIN32_LEAN_AND_MEAN #include #include // Ugh... This needs to go away but since some of the headers pull it in the compilation is creepingly slow without this. #ifdef min #undef min #undef max #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef _MSC_VER #include #include #endif // _MSC_VER #include #include #include #include #include #include #include // These two headers get included nearly everywhere so it doesn't matter if changing them forces a few more recompiles. // The overall savings from PCHing them are more significant. //#include "tarray.h" //#include "zstring.h"