home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / comctl / reitp / reguid.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-23  |  312 b   |  15 lines

  1. #ifdef WIN32
  2. # ifndef __based
  3. #  define __based(a)
  4. # endif
  5. #endif
  6.  
  7. #define DECLARE_REGUID(name, b) \
  8.     EXTERN_C const GUID CDECL FAR name
  9.  
  10. // Comment out declaration of IID_IRichEditOleCallback
  11. //  because it is already defined in richole.h
  12. //
  13. // DECLARE_REGUID(IID_IRichEditOleCallback,        0x03);
  14. //
  15.