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.

53 lines
1.2 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Pch.h
  7. //
  8. // Description:
  9. // Precompiled header file.
  10. //
  11. // Maintained By:
  12. // Galen Barbee (GalenB) 24-SEP-2001
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #pragma once
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Constant Definitions
  18. //////////////////////////////////////////////////////////////////////////////
  19. #define UNICODE
  20. #define _UNICODE
  21. //////////////////////////////////////////////////////////////////////////////
  22. // Include Files
  23. //////////////////////////////////////////////////////////////////////////////
  24. #include <Windows.h>
  25. #include <ObjBase.h>
  26. #include <ComCat.h>
  27. #include <clusapi.h>
  28. #include <Log.h>
  29. //
  30. // Interface definitions for IClusCfgStartupListener
  31. //
  32. #include <ClusCfgServer.h>
  33. //
  34. // Categories and ClusCfg GUIDS needed by the main program
  35. //
  36. #include <ClusCfgGuids.h>
  37. #include <IISClusCfgGuids.h>
  38. #include <StrSafe.h>
  39. extern LONG g_cObjects;
  40. extern HINSTANCE g_hInstance;