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.

22 lines
614 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. #pragma warning(push, 3)
  17. #include <statreg.h>
  18. #include <statreg.cpp>
  19. #pragma warning(pop)
  20. #endif