summaryrefslogtreecommitdiffstats
path: root/library/dde
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-26 07:51:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-26 07:51:52 (GMT)
commit9eeda3feb240ef5f29417a952c06a8c5b12dc3bd (patch)
treeea3d04c9f01ee325fd26106ac9201db61d44a670 /library/dde
parent0c37363fff7785844bfef6ce931dadefe8aa1d99 (diff)
downloadtcl-9eeda3feb240ef5f29417a952c06a8c5b12dc3bd.zip
tcl-9eeda3feb240ef5f29417a952c06a8c5b12dc3bd.tar.gz
tcl-9eeda3feb240ef5f29417a952c06a8c5b12dc3bd.tar.bz2
Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3
Make tclWinReg.c compilable with C++ compiler. registry -> 1.3.5
Diffstat (limited to 'library/dde')
-rw-r--r--library/dde/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index f6a479d..b7187c0 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,7 +1,7 @@
if {![package vsatisfies [package provide Tcl] 8.5]} return
if {[info sharedlibextension] != ".dll"} return
if {[::tcl::pkgconfig get debug]} {
- package ifneeded dde 1.4.2 [list load [file join $dir tcldde14g.dll] dde]
+ package ifneeded dde 1.4.3 [list load [file join $dir tcldde14g.dll] dde]
} else {
- package ifneeded dde 1.4.2 [list load [file join $dir tcldde14.dll] dde]
+ package ifneeded dde 1.4.3 [list load [file join $dir tcldde14.dll] dde]
}