home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / mapi / win16 / dev / smh / smhguid.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-11  |  711 b   |  29 lines

  1. /*
  2.  *  S H M G U I D . C
  3.  *
  4.  *  Copyright 1992-95 Microsoft Corporation.  All Rights Reserved.
  5.  */
  6.  
  7. #define USES_IID_IUnknown
  8. #define USES_IID_ISpoolerHook
  9. #define USES_IID_IMAPISession
  10. #define USES_IID_IMAPITableData
  11.  
  12. #ifdef WIN32                    /* Must include WINDOWS.H on Win32 */
  13. #ifndef _WINDOWS_
  14. #define INC_OLE2                /* Get the OLE2 stuff */
  15. #define INC_RPC                 /* harmless on Windows NT; Windows 95 needs it */
  16. #define _INC_OLE                /* Windows 95 will include OLE1 without this */
  17. #include <windows.h>
  18. #include <ole2.h>
  19. #endif
  20. #endif
  21.  
  22. #ifdef WIN16
  23. #include <compobj.h>
  24. #endif
  25.  
  26. #define INITGUID
  27. #include <initguid.h>
  28. #include "mapiguid.h"
  29.