home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _1504b61c1227c7c38ea077242f5c690e < prev    next >
Encoding:
Text File  |  2004-06-01  |  435 b   |  15 lines

  1. #ifndef TKINTPLATDECLS_VT
  2. #define TKINTPLATDECLS_VT
  3. typedef struct TkintplatdeclsVtab
  4. {
  5.  unsigned (*tabSize)(void);
  6. #define VFUNC(type,name,mem,args) type (*mem) args;
  7. #define VVAR(type,name,mem)       type (*mem);
  8. #include "tkIntPlatDecls.t"
  9. #undef VFUNC
  10. #undef VVAR
  11. } TkintplatdeclsVtab;
  12. extern TkintplatdeclsVtab *TkintplatdeclsVptr;
  13. extern TkintplatdeclsVtab *TkintplatdeclsVGet(void);
  14. #endif /* TKINTPLATDECLS_VT */
  15.