diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-03 15:27:06 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-03 15:27:06 (GMT) |
| commit | 2c5a00c9665e5219026627b5d248be5b0302e46c (patch) | |
| tree | eae05bcb0f55d1af06cb30d2735d6329ed87a379 /win/tclWinInt.h | |
| parent | 262df0197b947ebc3e431b14680b1c52fb3cdefb (diff) | |
| parent | 3d65f9905d4ad6e2b7700d7da4e5a1598902b53e (diff) | |
| download | tcl-2c5a00c9665e5219026627b5d248be5b0302e46c.zip tcl-2c5a00c9665e5219026627b5d248be5b0302e46c.tar.gz tcl-2c5a00c9665e5219026627b5d248be5b0302e46c.tar.bz2 | |
Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for an already loaded dll.
Fix filesystem-1.52 (only works correctly on UNIX)
Diffstat (limited to 'win/tclWinInt.h')
| -rw-r--r-- | win/tclWinInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h index 76f5f68..43799d0 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -38,7 +38,7 @@ typedef struct TclWinProcs { BOOL (WINAPI *cancelSynchronousIo)(HANDLE); } TclWinProcs; -MODULE_SCOPE TclWinProcs *tclWinProcs; +MODULE_SCOPE TclWinProcs tclWinProcs; /* * Some versions of Borland C have a define for the OSVERSIONINFO for |
