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