[USERENV] LoadUserProfileW: Check the user for Administators and Guests group members...
[reactos.git] / dll / win32 / userenv / internal.h
index f33725f..2c1cfeb 100644 (file)
@@ -40,6 +40,10 @@ BOOL
 RemoveDirectoryPath(LPCWSTR lpPathName);
 
 /* misc.c */
+
+extern SID_IDENTIFIER_AUTHORITY LocalSystemAuthority;
+extern SID_IDENTIFIER_AUTHORITY WorldAuthority;
+
 typedef struct _DYN_FUNCS
 {
   HMODULE hModule;