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.

65 lines
1.9 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Pch.h
  7. //
  8. // Description:
  9. // Precompiled header file.
  10. //
  11. // Maintained By:
  12. // Geoffrey Pease (GPease) 15-OCT-1999
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. //////////////////////////////////////////////////////////////////////////////
  16. // Constant Definitions
  17. //////////////////////////////////////////////////////////////////////////////
  18. #define UNICODE
  19. #if DBG==1 || defined( _DEBUG )
  20. #define DEBUG
  21. //
  22. // Define this to change Interface Tracking
  23. //
  24. //#define NO_TRACE_INTERFACES
  25. //
  26. // Define this to pull in the SysAllocXXX functions. Requires linking to
  27. // OLEAUT32.DLL
  28. //
  29. #define USES_SYSALLOCSTRING
  30. #endif // DBG==1 || _DEBUG
  31. //////////////////////////////////////////////////////////////////////////////
  32. // Forward Class Declarations
  33. //////////////////////////////////////////////////////////////////////////////
  34. //////////////////////////////////////////////////////////////////////////////
  35. // External Class Declarations
  36. //////////////////////////////////////////////////////////////////////////////
  37. //////////////////////////////////////////////////////////////////////////////
  38. // Include Files
  39. //////////////////////////////////////////////////////////////////////////////
  40. #include <windows.h>
  41. #include <objbase.h>
  42. #include <ocidl.h>
  43. #include <dispex.h>
  44. #include <shlwapi.h>
  45. #include <resapi.h>
  46. #include <activscp.h>
  47. extern "C" {
  48. extern PLOG_EVENT_ROUTINE ClusResLogEvent;
  49. }
  50. #include "debug.h"
  51. #include "CITracker.h"
  52. #include "genscript.h"
  53. #define cchGUID_STRING_SIZE (sizeof("{12345678-1234-1234-1234-123456789012}"))
  54. //////////////////////////////////////////////////////////////////////////////
  55. // Type Definitions
  56. //////////////////////////////////////////////////////////////////////////////