diff options
author | ericm <ericm> | 2000-06-13 20:30:23 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-13 20:30:23 (GMT) |
commit | 757d7e36f57c08d84ed7c80206dc6adf8bfdca57 (patch) | |
tree | b14abd2689333bd6dba627cc2ba74f5fffd63503 /win/tclWinDde.c | |
parent | 7076d5005853e3fb3651487d8a6a7f0ca6585ba6 (diff) | |
download | tcl-757d7e36f57c08d84ed7c80206dc6adf8bfdca57.zip tcl-757d7e36f57c08d84ed7c80206dc6adf8bfdca57.tar.gz tcl-757d7e36f57c08d84ed7c80206dc6adf8bfdca57.tar.bz2 |
* win/tclWinDde.c:
* win/tclWinInit.c:
* win/tclWinNotify.c:
* win/tclWinPipe.c:
* win/tclWinReg.c:
* win/tclWinThrd.c: Applied patch from [Bug 5794].
Diffstat (limited to 'win/tclWinDde.c')
-rw-r--r-- | win/tclWinDde.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclWinDde.c b/win/tclWinDde.c index 2eaf974..d406db4 100644 --- a/win/tclWinDde.c +++ b/win/tclWinDde.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinDde.c,v 1.5 1999/06/26 22:41:53 redman Exp $ + * RCS: @(#) $Id: tclWinDde.c,v 1.6 2000/06/13 20:30:23 ericm Exp $ */ #include "tclPort.h" @@ -733,7 +733,6 @@ MakeDdeConnection( { HSZ ddeTopic, ddeService; HCONV ddeConv; - ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey); ddeService = DdeCreateStringHandle(ddeInstance, "TclEval", 0); ddeTopic = DdeCreateStringHandle(ddeInstance, name, 0); |