ntdll: Fix some more spec file entries

Alexandre Julliard julliard at winehq.org
Fri Feb 24 02:36:21 CST 2017


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

> Signed-off-by: André Hentschel <nerv at dawncrow.de>
> ---
>  dlls/ntdll/ntdll.spec               | 10 +++++-----
>  dlls/ntoskrnl.exe/ntoskrnl.exe.spec |  4 ++--
>  2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec
> index 66618fc..e666b90 100644
> --- a/dlls/ntdll/ntdll.spec
> +++ b/dlls/ntdll/ntdll.spec
> @@ -101,7 +101,7 @@
>  # @ stub NtAccessCheckByTypeResultList
>  # @ stub NtAccessCheckByTypeResultListAndAuditAlarm
>  # @ stub NtAccessCheckByTypeResultListAndAuditAlarmByHandle
> -@ stdcall NtAddAtom(ptr long ptr)
> +@ stdcall NtAddAtom(wstr long ptr)

Functions that take a string length don't always get null-terminated
strings so you don't want to print them.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list