// stdafx.cpp : source file that includes just the standard includes // [!output PROJECT_NAME].pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" #if (_ATL_VER < 0x0700) #include #endif //(_ATL_VER < 0x0700) [!if WTL_COM_SERVER] #ifdef _ATL_STATIC_REGISTRY #include #if (_ATL_VER < 0x0700) #include #endif //(_ATL_VER < 0x0700) #endif //_ATL_STATIC_REGISTRY [!endif]