summaryrefslogtreecommitdiffstats
path: root/library/reg/pkgIndex.tcl
blob: 1018cda4d8ced3919c3ca4d736d53661e67c4d31 (plain)
1
2
3
4
if {([info commands ::tcl::pkgconfig] eq "")
	|| ([info sharedlibextension] ne ".dll")} return
package ifneeded registry 1.3.2 \
	[list load [file join $dir tclreg13.dll] registry]