| author | |
| committer | |
| log | aef642fc0731f18514e5ffd6f743274789774f21 |
| tree | 1b54f76710d65cfee949248f919426dc10939c33 |
| parent | 2ddfe16e1e21ee9bae5adcbfe4b6f4cdcf61a12b |
1 files changed, 0 insertions(+), 6 deletions(-)
lib/std/os/windows/ntdll.zig-6| ... | ... | @@ -229,12 +229,6 @@ pub extern "ntdll" fn RtlEqualUnicodeString( |
| 229 | 229 | CaseInSensitive: BOOLEAN, |
| 230 | 230 | ) callconv(WINAPI) BOOLEAN; |
| 231 | 231 | |
| 232 | pub extern "ntdll" fn RtlUpcaseUnicodeString( | |
| 233 | DestinationString: *UNICODE_STRING, | |
| 234 | SourceString: *const UNICODE_STRING, | |
| 235 | AllocateDestinationString: BOOLEAN, | |
| 236 | ) callconv(WINAPI) NTSTATUS; | |
| 237 | ||
| 238 | 232 | pub extern "ntdll" fn RtlUpcaseUnicodeChar( |
| 239 | 233 | SourceCharacter: u16, |
| 240 | 234 | ) callconv(WINAPI) u16; |