home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / tkPlatDecls_f.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-06-01  |  431 b   |  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.