pch.cpp 490 B

12345678910111213141516171819202122232425
  1. /*-------------------------------------------------------------------------
  2. * pch.cpp
  3. *
  4. * Precompiled header for fedsrv
  5. *
  6. * Owner:
  7. *
  8. * Copyright 1986-1998 Microsoft Corporation, All Rights Reserved
  9. *-----------------------------------------------------------------------*/
  10. #include "pch.h"
  11. #include <atlbase.h>
  12. #ifdef _ATL_STATIC_REGISTRY
  13. #include <statreg.h>
  14. #include <statreg.cpp>
  15. #endif
  16. #if _MSC_VER < 1300
  17. #include <atlimpl.cpp>
  18. #include <../TCAtl/UserAcct.cpp>
  19. #endif