remove RtlUpcaseUnicodeString, no longer needed

This commit is contained in:
Jonathan Marler
2022-05-11 18:43:41 -06:00
parent 2ddfe16e1e
commit aef642fc07

View File

@@ -229,12 +229,6 @@ pub extern "ntdll" fn RtlEqualUnicodeString(
CaseInSensitive: BOOLEAN,
) callconv(WINAPI) BOOLEAN;
pub extern "ntdll" fn RtlUpcaseUnicodeString(
DestinationString: *UNICODE_STRING,
SourceString: *const UNICODE_STRING,
AllocateDestinationString: BOOLEAN,
) callconv(WINAPI) NTSTATUS;
pub extern "ntdll" fn RtlUpcaseUnicodeChar(
SourceCharacter: u16,
) callconv(WINAPI) u16;