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.

39 lines
835 B

  1. /*
  2. * ABGUID.C
  3. *
  4. * Defines GUIDs for use in smpabXX.dll.
  5. */
  6. #define USES_IID_IMAPITableData
  7. #define USES_IID_IMAPIPropData
  8. #define USES_IID_IMAPITable
  9. #define USES_IID_IMAPIControl
  10. #define USES_IID_IABProvider
  11. #define USES_IID_IABLogon
  12. #define USES_IID_IMailUser
  13. #define USES_IID_IMAPIContainer
  14. #define USES_IID_IABContainer
  15. #define USES_IID_IMAPIProp
  16. #define USES_IID_IMAPIStatus
  17. #ifdef WIN32 /* Must include WINDOWS.H on Win32 */
  18. #ifndef _WINDOWS_
  19. #define INC_OLE2 /* Get the OLE2 stuff */
  20. #define INC_RPC /* harmless on Daytona; Chicago needs it */
  21. #define _INC_OLE /* Keep Chicago from including OLE1 */
  22. #include <windows.h>
  23. #include <ole2.h>
  24. #endif
  25. #endif
  26. #ifdef WIN16
  27. #include <compobj.h>
  28. #endif
  29. #define INITGUID
  30. #include <initguid.h>
  31. DEFINE_OLEGUID(IID_IUnknown, 0x00000000L, 0, 0);
  32. #include "mapiguid.h"