Source code of Windows XP (NT5)
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.

23 lines
661 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999.
  5. //
  6. // File: stdafx.cpp
  7. //
  8. // Contents: stdafx.cpp : source file that includes just the standard includes
  9. // stdafx.pch will be the pre-compiled header
  10. // stdafx.obj will contain the pre-compiled type information
  11. //
  12. // History: 19-Feb-2000 Davepl
  13. //
  14. //--------------------------------------------------------------------------
  15. #include "stdafx.h"
  16. #ifdef _ATL_STATIC_REGISTRY
  17. #include <statreg.h>
  18. #include <statreg.cpp>
  19. #endif
  20. #include <atlimpl.cpp>