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.

51 lines
765 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 <process.h>
  14. #include <iphlpapi.h>
  15. #include <shlwapi.h>
  16. #include <dsrolep.h>
  17. #include <comdef.h>
  18. extern "C"
  19. {
  20. #include <dhcpapi.h>
  21. #include <mdhcsapi.h>
  22. }
  23. #include <netconp.h>
  24. #include <shlobjp.h>
  25. #include <shgina.h>
  26. // Printer shares
  27. #include <winspool.h>
  28. // File shares
  29. #include <lmshare.h>
  30. // Cluster
  31. #include <clusapi.h>
  32. #include "regkeys.h"
  33. #include "common.h"
  34. #endif // __CYS_PCH_H