stdafx.cpp 275 B

123456789
  1. // stdafx.cpp : source file that includes just the standard includes
  2. // Updator.pch will be the pre-compiled header
  3. // stdafx.obj will contain the pre-compiled type information
  4. #include "stdafx.h"
  5. #if (_ATL_VER < 0x0700)
  6. #include <atlimpl.cpp>
  7. #endif //(_ATL_VER < 0x0700)