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

  1. #ifndef TKINTXLIBDECLS_VT
  2. #define TKINTXLIBDECLS_VT
  3. typedef struct TkintxlibdeclsVtab
  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 "tkIntXlibDecls.t"
  9. #undef VFUNC
  10. #undef VVAR
  11. } TkintxlibdeclsVtab;
  12. extern TkintxlibdeclsVtab *TkintxlibdeclsVptr;
  13. extern TkintxlibdeclsVtab *TkintxlibdeclsVGet(void);
  14. #endif /* TKINTXLIBDECLS_VT */
  15.