summaryrefslogtreecommitdiffstats
path: root/library/reg/pkgIndex.tcl
blob: 0413df63835cff9f9a86efaf052fe08b6ef36ab5 (plain)
1
2
3
4
if {![package vsatisfies [package provide Tcl] 8.5-]} return
if {[info sharedlibextension] != ".dll"} return
package ifneeded registry 1.3.5 \
        [list load [file join $dir tclreg13.dll] registry]