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

  1. #ifndef TKPLATDECLS_VT
  2. #define TKPLATDECLS_VT
  3. #include "tkPlatDecls.h"
  4. typedef struct TkplatdeclsVtab
  5. {
  6.  unsigned (*tabSize)(void);
  7. #define VFUNC(type,name,mem,args) type (*mem) args;
  8. #define VVAR(type,name,mem)       type (*mem);
  9. #include "tkPlatDecls.t"
  10. #undef VFUNC
  11. #undef VVAR
  12. } TkplatdeclsVtab;
  13. extern TkplatdeclsVtab *TkplatdeclsVptr;
  14. extern TkplatdeclsVtab *TkplatdeclsVGet(void);
  15. #endif /* TKPLATDECLS_VT */
  16.