Commit aef642fc07

Jonathan Marler <johnnymarler@gmail.com>
2022-05-12 02:43:41
remove RtlUpcaseUnicodeString, no longer needed
1 parent 2ddfe16
Changed files (1)
lib
std
os
windows
lib/std/os/windows/ntdll.zig
@@ -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;