]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Create, and use for all loads of system DLLs, a wrapper function
authorSimon Tatham <anakin@pobox.com>
Mon, 13 Sep 2010 08:29:45 +0000 (08:29 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 13 Sep 2010 08:29:45 +0000 (08:29 +0000)
commit9f274bed919de23335499926f4abbea45e0e495b
treef934d404355e86464c37b3561f82be3a2bcc3b17
parent75f1d3ed947d432cbd67174bc400cf195a23fbd0
Create, and use for all loads of system DLLs, a wrapper function
called load_system32_dll() which constructs a full pathname for the
DLL using GetSystemDirectory.

The only DLL load not covered by this change is the one for
gssapi32.dll, because that one's not in the system32 directory.

[originally from svn r8993]
windows/window.c
windows/wingss.c
windows/winhelp.c
windows/winmisc.c
windows/winnet.c
windows/winpgnt.c
windows/winstore.c
windows/winstuff.h