REGUID.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

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