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.

24 lines
686 B

  1. /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. Microsoft Windows, Copyright (C) Microsoft Corporation, 2000
  3. File: StdAfx.cpp
  4. Contents: Source file that includes just the standard includes, and some
  5. initialization routines.
  6. Remarks: stdafx.pch will be the pre-compiled header.
  7. stdafx.obj will contain the pre-compiled type information.
  8. History: 09-15-1999 dsie created
  9. ------------------------------------------------------------------------------*/
  10. #include "StdAfx.h"
  11. #ifdef _ATL_STATIC_REGISTRY
  12. #include <statreg.h>
  13. #include <statreg.cpp>
  14. #endif
  15. #include <atlimpl.cpp>