* autoload.cc (SetSecurityDescriptorControl): Drop.

* security.cc (alloc_sd): Set security descriptor control flag without
	calling SetSecurityDescriptorControl function.
	* wincap.h (wincapc::has_dacl_protect): Rename from
	has_security_descriptor_control.
	* wincap.cc: Ditto throughout.
This commit is contained in:
Corinna Vinschen
2007-07-19 09:06:54 +00:00
parent 5f9c8e2a87
commit 63a87c815a
5 changed files with 25 additions and 22 deletions

View File

@ -298,8 +298,6 @@ wsock_init ()
LoadDLLprime (ws2_32, _wsock_init)
LoadDLLfunc (SetSecurityDescriptorControl, 12, advapi32)
/* 127 == ERROR_PROC_NOT_FOUND */
LoadDLLfuncEx2 (DsGetDcNameA, 24, netapi32, 1, 127)
LoadDLLfunc (NetApiBufferFree, 4, netapi32)