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.

58 lines
925 B

  1. // Copyright (c) 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 <ValidateDomainName.hpp>
  14. #include <ValidateDomainName.h>
  15. #include <process.h>
  16. #include <iphlpapi.h>
  17. #include <shlwapi.h>
  18. #include <dsrolep.h>
  19. #include <comdef.h>
  20. extern "C"
  21. {
  22. #include <dhcpapi.h>
  23. #include <mdhcsapi.h>
  24. }
  25. #include <netconp.h>
  26. #include <shlobjp.h>
  27. #include <shgina.h>
  28. // DNS Server
  29. #include <dnsrpc.h>
  30. // Setup API - SetupPromptReboot
  31. #include <setupapi.h>
  32. // Winsock
  33. #include <winsock2.h>
  34. // File shares
  35. #include <lmshare.h>
  36. #include "cys.h"
  37. #include "regkeys.h"
  38. #include "common.h"
  39. #include "state.h"
  40. #endif // __CYS_PCH_H