[PATCH] ntdll: Fix some spec file entries (resend)

Alexandre Julliard julliard at winehq.org
Mon Jan 31 02:15:25 CST 2022


André Zwing <nerv at dawncrow.de> writes:

> @@ -594,7 +594,7 @@
>  @ stub RtlDeleteNoSplay
>  @ stub RtlDeleteOwnersRanges
>  @ stub RtlDeleteRange
> -@ stdcall RtlDeleteRegistryValue(long ptr ptr)
> +@ stdcall RtlDeleteRegistryValue(long wstr wstr)
>  @ stdcall RtlDeleteResource(ptr)
>  @ stdcall RtlDeleteSecurityObject(ptr)
>  @ stdcall RtlDeleteTimer(ptr ptr ptr)
> @@ -913,8 +913,8 @@
>  @ stub RtlQueryProperties
>  @ stub RtlQueryPropertyNames
>  @ stub RtlQueryPropertySet
> -@ stdcall RtlQueryRegistryValues(long ptr ptr ptr ptr)
> -@ stdcall RtlQueryRegistryValuesEx(long ptr ptr ptr ptr) RtlQueryRegistryValues
> +@ stdcall RtlQueryRegistryValues(long wstr ptr ptr ptr)
> +@ stdcall RtlQueryRegistryValuesEx(long wstr ptr ptr ptr) RtlQueryRegistryValues

In these functions the path is not always a string.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list