[1/2] ntdll: Implement NtQueryEvent

Alexandre Julliard julliard at winehq.org
Fri Aug 2 04:47:50 CDT 2013


Andrew Cook <ariscop at gmail.com> writes:

> diff --git a/dlls/ntdll/tests/Makefile.in b/dlls/ntdll/tests/Makefile.in
> index 10d6674..a44b880 100644
> --- a/dlls/ntdll/tests/Makefile.in
> +++ b/dlls/ntdll/tests/Makefile.in
> @@ -7,6 +7,7 @@ C_SRCS = \
>  	directory.c \
>  	env.c \
>  	error.c \
> +	event.c \
>  	exception.c \
>  	file.c \
>  	generated.c \

Please don't add a new file for just a couple of tests, merge this into
an existing file.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list