home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _e7d23930c5f10ffc267c0152bf5c8d21 < prev    next >
Encoding:
Text File  |  2004-04-13  |  340 b   |  14 lines

  1. #ifndef IMGINT_VT
  2. #define IMGINT_VT
  3. typedef struct ImgintVtab
  4. {
  5. #define VFUNC(type,name,mem,args) type (*mem) args;
  6. #define VVAR(type,name,mem)       type (*mem);
  7. #include "imgInt.t"
  8. #undef VFUNC
  9. #undef VVAR
  10. } ImgintVtab;
  11. extern ImgintVtab *ImgintVptr;
  12. extern ImgintVtab *ImgintVGet _ANSI_ARGS_((void));
  13. #endif /* IMGINT_VT */
  14.