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.

17 lines
593 B

  1. //Copyright (c) Microsoft Corporation. All rights reserved.
  2. // stdafx.cpp : source file that includes just the standard includes
  3. // stdafx.pch will be the pre-compiled header
  4. // stdafx.obj will contain the pre-compiled type information
  5. #include "stdafx.h"
  6. #ifdef _ATL_STATIC_REGISTRY
  7. #include <statreg.h>
  8. #pragma warning (disable : 4100) // unreferenced formal parameter
  9. #pragma warning (disable : 4505) // unreferenced local function has been removed
  10. #include <statreg.cpp>
  11. #pragma warning (default: 4100)
  12. #pragma warning (default: 4505)
  13. #endif
  14. #include <atlimpl.cpp>