Files
gtav-src/tools_ng/bin/python/App/tcl/reg1.2/pkgIndex.tcl
T
2025-09-29 00:52:08 +02:00

10 lines
391 B
Tcl
Executable File

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.2.1 \
[list load [file join $dir tclreg12g.dll] registry]
} else {
package ifneeded registry 1.2.1 \
[list load [file join $dir tclreg12.dll] registry]
}