mirror of
https://github.com/ziglang/zig.git
synced 2026-02-17 06:49:23 +00:00
remove RtlUpcaseUnicodeString, no longer needed
This commit is contained in:
parent
2ddfe16e1e
commit
aef642fc07
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user