Create, and use for all loads of system DLLs, a wrapper function
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 13 Sep 2010 08:29:45 +0000 (08:29 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 13 Sep 2010 08:29:45 +0000 (08:29 +0000)
commitbda368a515dc80afe90f2a35c3eb123b2489aa9f
treef934d404355e86464c37b3561f82be3a2bcc3b17
parent3b2ffe3bea3504e907d8f39c473b9895dfd1d08e
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: svn://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