From 535a22349243b945ba3ceaffd299ae752927324c Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Tue, 13 Sep 2005 18:04:00 +0000 Subject: [PATCH] Fixed the declaration of RtlPinAtomInAtomTable. svn path=/trunk/; revision=17834 --- reactos/w32api/include/winternl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/w32api/include/winternl.h b/reactos/w32api/include/winternl.h index 1dca97c731f..08612308643 100644 --- a/reactos/w32api/include/winternl.h +++ b/reactos/w32api/include/winternl.h @@ -2093,7 +2093,7 @@ NTSTATUS WINAPI RtlOemStringToUnicodeString(UNICODE_STRING*,const STRING*,BOOLE 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);