pch.cpp 398 B

12345678910111213141516
  1. /////////////////////////////////////////////////////////////////////////////
  2. // pch.cpp : source file that includes just the standard includes
  3. // TCObj.pch will be the pre-compiled header
  4. // pch.obj will contain the pre-compiled type information
  5. #include "pch.h"
  6. #ifdef _ATL_STATIC_REGISTRY
  7. #include <statreg.h>
  8. #include <statreg.cpp>
  9. #endif
  10. #include <atlimpl.cpp>
  11. #include <atlwin.cpp>