home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Headers / OLE2GUID.C < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  983 b   |  33 lines  |  [TEXT/????]

  1. /*****************************************************************************\
  2. *                                                                             *
  3. * ole2guid.c                                                                      *
  4. *                                                                             *
  5. *               OLE Version 2.0                                               *
  6. *                                                                             *
  7. *               Copyright (c) 1992-1994, Microsoft Corp. All rights reserved. *
  8. *                                                                             *
  9. \*****************************************************************************/
  10.  
  11.  
  12.  
  13. #define INITGUID
  14.  
  15. #if !defined(_MAC)
  16. #define _MAC
  17. #endif // _MAC
  18.  
  19. #if !defined(CDECL) && defined(_MSC_VER)
  20. #define CDECL    _cdecl
  21. #endif // CDECL
  22.  
  23. #if !defined(FAR)
  24. #define FAR
  25. #endif
  26.  
  27. #include "compobj.h" 
  28. #include "initguid.h" 
  29. #include "coguid.h" 
  30. #include "oleguid.h" 
  31. #include "dispatch.h" 
  32.  
  33.