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.

39 lines
582 B

  1. /*++
  2. Copyright (c) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. stdafx.cpp
  5. Abstract:
  6. source file that includes just the standard includes
  7. stdafx.pch will be the pre-compiled header
  8. stdafx.obj will contain the pre-compiled type information
  9. Author:
  10. Vishnu Patankar (VishnuP) - Oct 2001
  11. Environment:
  12. User mode only.
  13. Exported Functions:
  14. Revision History:
  15. Created - Oct 2001
  16. --*/
  17. #include "stdafx.h"
  18. #ifdef _ATL_STATIC_REGISTRY
  19. #include <statreg.h>
  20. #include <statreg.cpp>
  21. #endif
  22. #include <atlimpl.cpp>