// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once // General includes #include #include // _ASSERTE declaration (used by ATL) and otehr macros #include "macros.h" #include #include #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit // ATL includes #pragma warning( disable: 4189 ) // disable local variable is initialized but not referenced #include // STL includes #include #include #include #include #include using namespace std; // Used for safe string manipulation #include #include "shadow.h"