diff options
author | sebres <sebres@users.sourceforge.net> | 2017-05-03 11:11:43 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2017-05-03 11:11:43 (GMT) |
commit | f8a2b5dcaf3c04db9a77200b0d25d90ee2bad793 (patch) | |
tree | f2b90d64049003b1be0db1480f5cb5cd6e764983 | |
parent | 5ef04d196e88448151961a9e846243e002560031 (diff) | |
download | tcl-f8a2b5dcaf3c04db9a77200b0d25d90ee2bad793.zip tcl-f8a2b5dcaf3c04db9a77200b0d25d90ee2bad793.tar.gz tcl-f8a2b5dcaf3c04db9a77200b0d25d90ee2bad793.tar.bz2 |
amend to [bd65277151de5a31]: forgotten declaration of hInstance.
-rw-r--r-- | win/tclWin32Dll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWin32Dll.c b/win/tclWin32Dll.c index a16dd1b..9d6e0db 100644 --- a/win/tclWin32Dll.c +++ b/win/tclWin32Dll.c @@ -619,7 +619,7 @@ TclWinSetInterfaces( int wide) /* Non-zero to use wide interfaces, 0 * otherwise. */ { - HINSTANCE hKernInst = NULL; + HINSTANCE hInstance, hKernInst = NULL; Tcl_FreeEncoding(tclWinTCharEncoding); |