| ... | ... | @@ -229,13 +229,13 @@ pub extern "ntdll" fn RtlEqualUnicodeString( |
| 229 | 229 | CaseInSensitive: BOOLEAN, |
| 230 | 230 | ) callconv(WINAPI) BOOLEAN; |
| 231 | 231 | |
| 232 | | pub extern "NtDll" fn RtlUpcaseUnicodeString( |
| 232 | pub extern "ntdll" fn RtlUpcaseUnicodeString( |
| 233 | 233 | DestinationString: *UNICODE_STRING, |
| 234 | 234 | SourceString: *const UNICODE_STRING, |
| 235 | 235 | AllocateDestinationString: BOOLEAN, |
| 236 | 236 | ) callconv(WINAPI) NTSTATUS; |
| 237 | 237 | |
| 238 | | pub extern "NtDll" fn RtlUpcaseUnicodeChar( |
| 238 | pub extern "ntdll" fn RtlUpcaseUnicodeChar( |
| 239 | 239 | SourceCharacter: u16, |
| 240 | 240 | ) callconv(WINAPI) u16; |
| 241 | 241 | |