summaryrefslogtreecommitdiffstats
path: root/library/reg/pkgIndex.tcl
blob: c24e7003c90944a2df77f593a638166ba1bab583 (plain)
1
2
3
4
5
6
7
8
9
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {[info exists ::tcl_platform(debug)]} {
    package ifneeded registry 1.3 \
            [list load [file join $dir tclreg12g.dll] registry]
} else {
    package ifneeded registry 1.3 \
            [list load [file join $dir tclreg12.dll] registry]
}