[PSDK]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 11 Mar 2014 22:48:04 +0000 (22:48 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 11 Mar 2014 22:48:04 +0000 (22:48 +0000)
winternl.h: Fix RtlLookupAtomInAtomTable prototype (should be sent to wine? not sure)

svn path=/trunk/; revision=62480

reactos/include/psdk/winternl.h

index 193b079..b3d59dc 100644 (file)
@@ -632,7 +632,7 @@ typedef enum _FSINFOCLASS {
     FileFsMaximumInformation
 } FS_INFORMATION_CLASS, *PFS_INFORMATION_CLASS;
 
-typedef enum _KEY_INFORMATION_CLASS { 
+typedef enum _KEY_INFORMATION_CLASS {
   KeyBasicInformation           = 0,
   KeyNodeInformation            = 1,
   KeyFullInformation            = 2,
@@ -2244,7 +2244,7 @@ ULONG     WINAPI RtlLengthSecurityDescriptor(PSECURITY_DESCRIPTOR);
 DWORD     WINAPI RtlLengthSid(PSID);
 NTSTATUS  WINAPI RtlLocalTimeToSystemTime(const LARGE_INTEGER*,PLARGE_INTEGER);
 BOOLEAN   WINAPI RtlLockHeap(HANDLE);
-NTSTATUS  WINAPI RtlLookupAtomInAtomTable(RTL_ATOM_TABLE,const WCHAR*,RTL_ATOM*);
+NTSTATUS  WINAPI RtlLookupAtomInAtomTable(RTL_ATOM_TABLE*,const WCHAR*,RTL_ATOM*);
 
 NTSTATUS  WINAPI RtlMakeSelfRelativeSD(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,LPDWORD);
 void      WINAPI RtlMapGenericMask(PACCESS_MASK,const GENERIC_MAPPING*);