Add RtlAnsiCharToUnicodeChar definition.
Correct stub status of RtlAnsiCharToUnicodeChar.
This commit is contained in:
parent
5014e742fb
commit
f3392ac814
|
@ -304,7 +304,7 @@
|
|||
@ stdcall RtlAllocateAndInitializeSid (ptr long long long long long long long long long ptr)
|
||||
@ stdcall RtlAllocateHandle(ptr ptr)
|
||||
@ stdcall RtlAllocateHeap(long long long)
|
||||
@ stub RtlAnsiCharToUnicodeChar
|
||||
@ stdcall RtlAnsiCharToUnicodeChar(ptr)
|
||||
@ stdcall RtlAnsiStringToUnicodeSize(ptr)
|
||||
@ stdcall RtlAnsiStringToUnicodeString(ptr ptr long)
|
||||
@ stdcall RtlAppendAsciizToString(ptr str)
|
||||
|
|
|
@ -1617,6 +1617,7 @@ NTSTATUS WINAPI RtlAdjustPrivilege(ULONG,BOOLEAN,BOOLEAN,PBOOLEAN);
|
|||
NTSTATUS WINAPI RtlAllocateAndInitializeSid(PSID_IDENTIFIER_AUTHORITY,BYTE,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,PSID *);
|
||||
RTL_HANDLE * WINAPI RtlAllocateHandle(RTL_HANDLE_TABLE *,ULONG *);
|
||||
PVOID WINAPI RtlAllocateHeap(HANDLE,ULONG,ULONG);
|
||||
WCHAR WINAPI RtlAnsiCharToUnicodeChar(LPSTR *);
|
||||
DWORD WINAPI RtlAnsiStringToUnicodeSize(const STRING *);
|
||||
NTSTATUS WINAPI RtlAnsiStringToUnicodeString(PUNICODE_STRING,PCANSI_STRING,BOOLEAN);
|
||||
NTSTATUS WINAPI RtlAppendAsciizToString(STRING *,LPCSTR);
|
||||
|
|
Loading…
Reference in New Issue