mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed the declaration of RtlPinAtomInAtomTable.
svn path=/trunk/; revision=17834
This commit is contained in:
parent
887b31e11d
commit
535a223492
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue