- made the security functions consistent. advapi calls down to ntdll now
- new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
- nt-header cleanup
diff --git a/include/winbase.h b/include/winbase.h
index 7960fa9..73abf0c 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -162,10 +162,7 @@
DWORD nLength;
LPVOID lpSecurityDescriptor;
BOOL32 bInheritHandle;
-} SECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
-
-typedef DWORD SECURITY_INFORMATION;
-
+} SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
#ifndef _FILETIME_
#define _FILETIME_