Fixed the declaration of RtlPinAtomInAtomTable.
Modified: trunk/reactos/w32api/include/winternl.h
_____
Modified: trunk/reactos/w32api/include/winternl.h
--- trunk/reactos/w32api/include/winternl.h 2005-09-13 16:49:56 UTC
(rev 17833)
+++ trunk/reactos/w32api/include/winternl.h 2005-09-13 18:04:00 UTC
(rev 17834)
@@ -2093,7 +2093,7 @@
NTSTATUS WINAPI RtlOemToUnicodeN(LPWSTR,DWORD,LPDWORD,LPCSTR,DWORD);
DWORD WINAPI RtlOpenCurrentUser(ACCESS_MASK,PHANDLE);
-NTSTATUS WINAPI RtlPinAtomInAtomTable(RTL_ATOM_TABLE,RTL_ATOM);
+NTSTATUS WINAPI RtlPinAtomInAtomTable(PRTL_ATOM_TABLE,RTL_ATOM);
BOOLEAN WINAPI RtlPrefixString(const STRING*,const STRING*,BOOLEAN);
BOOLEAN WINAPI RtlPrefixUnicodeString(const UNICODE_STRING*,const
UNICODE_STRING*,BOOLEAN);