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.

42 lines
628 B

  1. // Copyright (c) 1997-2001 Microsoft Corporation
  2. //
  3. // File: pch.h
  4. //
  5. // Synopsis: precompiled header for the
  6. // Configure Your Server Wizard project
  7. //
  8. // History: 02/02/2001 JeffJon Created
  9. #ifndef __CYS_PCH_H
  10. #define __CYS_PCH_H
  11. // Stuff from burnslib
  12. #include <burnslib.hpp>
  13. #include <iphlpapi.h>
  14. #include <shlwapi.h>
  15. #include <dsrolep.h>
  16. #include <comdef.h>
  17. extern "C"
  18. {
  19. #include <dhcpapi.h>
  20. #include <mdhcsapi.h>
  21. }
  22. // WMI
  23. #include <wbemidl.h>
  24. #include <shlobjp.h>
  25. // Setup API - SetupPromptReboot
  26. #include <setupapi.h>
  27. #include "regkeys.h"
  28. #include "common.h"
  29. #endif // __CYS_PCH_H