]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit2d5bc01de721618c11ebe217f5b379e63306ed02
treef934d404355e86464c37b3561f82be3a2bcc3b17
parentcae7fc8537239cbcee26470adbd3560312ad47a1
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@8993 cda61777-01e9-0310-a592-d414129be87e
windows/window.c
windows/wingss.c
windows/winhelp.c
windows/winmisc.c
windows/winnet.c
windows/winpgnt.c
windows/winstore.c
windows/winstuff.h