]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Move the dynamic loading of advapi into its own module.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:29 +0000 (14:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:29 +0000 (14:05 +0000)
commit544ea1681a5c871a9b449e3aff699e2e5b570fab
treeec7a6a740a9f1b4c8dc3042a47b69c4ee50a86f6
parent3842404f38b1b3a2c8fed4f619831caec95ce8db
Move the dynamic loading of advapi into its own module.

There's now a winsecur.[ch], which centralises helper functions using
the Windows security stuff in advapi.h (currently just get_user_sid),
and also centralises the run-time loading of those functions and
checking they're all there.

git-svn-id: http://svn.tartarus.org/sgt/putty@10082 cda61777-01e9-0310-a592-d414129be87e
Recipe
windows/winnpc.c
windows/winpgnt.c
windows/winpgntc.c
windows/winsecur.c [new file with mode: 0644]
windows/winsecur.h [new file with mode: 0644]
windows/winstuff.h