historical/toontown-classic.git/panda/python/tcl/dde1.3/pkgIndex.tcl

8 lines
315 B
Tcl
Raw Normal View History

2024-01-16 11:20:27 -06:00
if {![package vsatisfies [package provide Tcl] 8]} return
if {[info sharedlibextension] != ".dll"} return
if {[info exists ::tcl_platform(debug)]} {
package ifneeded dde 1.3.3 [list load [file join $dir tcldde13g.dll] dde]
} else {
package ifneeded dde 1.3.3 [list load [file join $dir tcldde13.dll] dde]
}