From: ion@svn.reactos.com
Use proper PISID pointer to SID structure, fix wrong LUID definition, and remove duplicate code in Security Manager
Updated files: trunk/reactos/include/ntos/security.h
Are you sure that the constants for e.g. SYSTEM_LUID need to be enclosed in double braces for MinGW? I'd expect SYSTEM_LUID to be of type LUID. That would make the code in ntoskrnl\se\luid.c where SYSTEM_LUID is assigned to a LARGE_INTEGER instead of a LUID incorrect.
Gé van Geldorp.