Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
678 B

  1. // stdafx.cpp : source file that includes just the standard includes
  2. // Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
  3. // stdafx.pch will be the pre-compiled header
  4. // stdafx.obj will contain the pre-compiled type information
  5. // VK 3/13/98: Changed from StdAfx.cpp to Inc.cpp. This naming convention wasn't compatible with NTBuild.
  6. #include "stdafx.h"
  7. #pragma warning(disable: 4100 4189) // Necessary for ia64 build
  8. #ifdef _ATL_STATIC_REGISTRY
  9. #include <statreg.h>
  10. #include <statreg.cpp>
  11. #endif
  12. #include <atlimpl.cpp>
  13. #include <atlctl.cpp>
  14. #include <atlwin.cpp>
  15. #pragma warning(default: 4100 4189) // Necessary for ia64 build