]> asedeno.scripts.mit.edu Git - PuTTY.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)
commitf6f78f835543099d4b5e342ba34f91104862803b
treeec7a6a740a9f1b4c8dc3042a47b69c4ee50a86f6
parente5a3e28eec308e1682d22292ffe4bf6fba884f40
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.

[originally from svn r10082]
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