Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / lib / reg1.1 / pkgIndex.tcl
blob61c1d94c773b4c4eba75678ddefa311915b7a899
1 if {![package vsatisfies [package provide Tcl] 8]} {return}
2 if {[string compare $::tcl_platform(platform) windows]} {return}
3 if {[info exists ::tcl_platform(debug)]} {
4 package ifneeded registry 1.1.4 \
5 [list load [file join $dir tclreg11g.dll] registry]
6 } else {
7 package ifneeded registry 1.1.4 \
8 [list load [file join $dir tclreg11.dll] registry]