/3rd_party/wtl/Samples/GuidGen/stdatl.cpp

https://code.google.com/p/softart/ · C++ · 9 lines · 4 code · 2 blank · 3 comment · 1 complexity · ebeaf49bcc0ba9425d89d0eb05fce864 MD5 · raw file

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