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.

20 lines
567 B

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