]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/winplink.c
Windows: condition setprocessacl() on lack of -DNO_SECURITY.
authorSimon Tatham <anakin@pobox.com>
Sat, 2 Apr 2016 12:48:20 +0000 (13:48 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 2 Apr 2016 13:21:54 +0000 (14:21 +0100)
commit00960d8695e35faf6176f452fa09b5fef7b3d623
treee4b2944c27ad2477b281ee707e846df1b12fb6e8
parent8730ed52976712ec9e0cd98afc997d6ad88f0adf
Windows: condition setprocessacl() on lack of -DNO_SECURITY.

We also have the special-purpose -DUNPROTECT to disable just the ACL
changes, but if you want to compile without any Windows security API
support at all (e.g. experimentally building against winelib) then
it's easier not to have to specify both defines separately.
windows/window.c
windows/winpgen.c
windows/winpgnt.c
windows/winplink.c
windows/winsftp.c