Changeset 195 for trunk/kitgen/kitInit.c


Ignore:
Timestamp:
May 22, 2014, 1:18:03 PM (10 years ago)
Author:
demin
Message:

add Tktable and registry, update tcllib, sqlite and zlib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kitgen/kitInit.c

    r175 r195  
    4444#ifdef KIT_INCLUDES_TK
    4545Tcl_AppInitProc Blt_Init, Blt_SafeInit;
     46Tcl_AppInitProc Tktable_Init, Tktable_SafeInit;
    4647#endif
    4748
     
    114115    Tcl_StaticPackage(0, "Tk", Tk_Init, Tk_SafeInit);
    115116    Tcl_StaticPackage(0, "Blt", Blt_Init, Blt_SafeInit);
     117    Tcl_StaticPackage(0, "Tktable", Tktable_Init, Tktable_SafeInit);
    116118#endif
    117119
Note: See TracChangeset for help on using the changeset viewer.