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.

62 lines
2.1 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 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) 22-JAN-2000
  13. // Vijay Vasu (VVasu) 22-JAN-2000
  14. // Galen Barbee (GalenB) 22-JAN-2000
  15. // Cristian Scutaru (CScutaru) 22-JAN-2000
  16. // David Potter (DavidP) 22-JAN-2000
  17. //
  18. //////////////////////////////////////////////////////////////////////////////
  19. //////////////////////////////////////////////////////////////////////////////
  20. // Constant Definitions
  21. //////////////////////////////////////////////////////////////////////////////
  22. #define UNICODE
  23. #if DBG==1 || defined( _DEBUG )
  24. #define DEBUG
  25. // Define these to change Interface Tracking
  26. //#define NO_TRACE_INTERFACES
  27. //#define NOISY_TRACE_INTERFACES
  28. //#define USES_SYSALLOCSTRING
  29. #endif // DBG==1
  30. //////////////////////////////////////////////////////////////////////////////
  31. // Forward Class Declarations
  32. //////////////////////////////////////////////////////////////////////////////
  33. //////////////////////////////////////////////////////////////////////////////
  34. // External Class Declarations
  35. //////////////////////////////////////////////////////////////////////////////
  36. //////////////////////////////////////////////////////////////////////////////
  37. // Include Files
  38. //////////////////////////////////////////////////////////////////////////////
  39. #include <windows.h>
  40. #include <objbase.h>
  41. #include <ocidl.h>
  42. #include <shlwapi.h>
  43. #include <common.h>
  44. #include <debug.h>
  45. #include <citracker.h>
  46. #include <guids.h>
  47. //////////////////////////////////////////////////////////////////////////////
  48. // Type Definitions
  49. //////////////////////////////////////////////////////////////////////////////
  50. //////////////////////////////////////////////////////////////////////////////
  51. // Global Definitions
  52. //////////////////////////////////////////////////////////////////////////////
  53. extern HINSTANCE g_hInstance;
  54. extern LONG g_cObjects;