// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #define STRICT_TYPED_ITEMIDS // Windows Header Files: #include #include #include #include #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit #include #include #include #include #ifdef BUILD_SETUP #define INI_PATH L"" #define DOC_PATH L"" #else #define INI_PATH L"..\\" #define DOC_PATH L"..\\..\\Docs\\Help\\" #endif #include "StringUtils.h" #include "TrackResources.h" #include "Assert.h"