diff options
author | hobbs <hobbs> | 2002-12-08 00:46:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-12-08 00:46:51 (GMT) |
commit | 9ba6b47ef626dc8248e5fcd5a420d332baeaae53 (patch) | |
tree | 0980b63dd1bf1aabca841a318efcd6eaf6102981 /generic/tkStubInit.c | |
parent | df50e6eb7fcee1b7b60c7dc9c0d1968124197b9e (diff) | |
download | tk-9ba6b47ef626dc8248e5fcd5a420d332baeaae53.zip tk-9ba6b47ef626dc8248e5fcd5a420d332baeaae53.tar.gz tk-9ba6b47ef626dc8248e5fcd5a420d332baeaae53.tar.bz2 |
* generic/tkInt.decls: add TkWinSetHINSTANCE decl
* generic/tkIntPlatDecls.h: regen
* generic/tkStubInit.c: regen
* win/tkWinInit.c (TkpInit): While init and cleanup aren't correct
* win/tkWinX.c (TkWinXInit): in DllMain, we had to specify the
* win/tkWin32Dll.c (DllMain): true HINSTANCE or the resources of a
dynamic Tk weren't being loaded correctly. Created a new function
TkWinSetHINSTANCE for this purpose.
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index a8e5981..e2bc17a 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubInit.c,v 1.39 2002/10/09 11:57:09 das Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.40 2002/12/08 00:46:51 hobbs Exp $ */ #include "tkInt.h" @@ -368,6 +368,7 @@ TkIntPlatStubs tkIntPlatStubs = { TkWinDialogDebug, /* 31 */ TkWinGetMenuSystemDefault, /* 32 */ TkWinGetPlatformId, /* 33 */ + TkWinSetHINSTANCE, /* 34 */ #endif /* __WIN32__ */ #ifdef MAC_TCL TkGenerateActivateEvents, /* 0 */ |