Artifact 21f67dcccf502d3d13766f2318d3b56493967492:
- File library/dde/pkgIndex.tcl — part of check-in [6720b258de] at 2006-04-05 16:10:26 on branch core-8-4-branch — * library/dde/pkgIndex.tcl: Long overlooked bump to dde package * win/tclWinDde.c: version 1.2.4 (should have been done for the Tcl 8.4.8 release!) (user: dgp size: 334) [more...]
if {![package vsatisfies [package provide Tcl] 8]} {return} if {[string compare $::tcl_platform(platform) windows]} {return} if {[info exists ::tcl_platform(debug)]} { package ifneeded dde 1.2.4 [list load [file join $dir tcldde12g.dll] dde] } else { package ifneeded dde 1.2.4 [list load [file join $dir tcldde12.dll] dde] }