Scope
stdafx.cpp
1 // stdafx.cpp : source file that includes just the standard includes
2 // scope.pch will be the pre-compiled header
3 // stdafx.obj will contain the pre-compiled type information
4 
5 #include "stdafx.h"
6 
7 #if (_ATL_VER < 0x0700)
8 #include <atlimpl.cpp>
9 #endif //(_ATL_VER < 0x0700)
This is the include file for standard system include files, or project specific include files that ar...