1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
8 #include "..\targetver.h"
11 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
12 #define CSTRING_AVAILABLE
31 #pragma warning(disable: 4702) // Unreachable code warnings in xtree
44 #include "DebugOutput.h"
46 typedef CComCritSecLock
<CComAutoCriticalSection
> AutoLocker
;
49 # define APP_X64_STRING "x64"
51 # define APP_X64_STRING ""