[2/2] taskschd: Add IRegisteredTaskCollection stub implementation.

Alexandre Julliard julliard at winehq.org
Tue Feb 4 03:51:59 CST 2014


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> ---
>  dlls/taskschd/Makefile.in          |   1 +
>  dlls/taskschd/folder.c             |   9 ++-
>  dlls/taskschd/regtask_collection.c | 161 +++++++++++++++++++++++++++++++++++++
>  dlls/taskschd/taskschd_private.h   |   1 +
>  4 files changed, 170 insertions(+), 2 deletions(-)
>  create mode 100644 dlls/taskschd/regtask_collection.c
>
> diff --git a/dlls/taskschd/Makefile.in b/dlls/taskschd/Makefile.in
> index a1835fc..c85da9b 100644
> --- a/dlls/taskschd/Makefile.in
> +++ b/dlls/taskschd/Makefile.in
> @@ -5,6 +5,7 @@ C_SRCS = \
>  	folder.c \
>  	folder_collection.c \
>  	regtask.c \
> +	regtask_collection.c \

Please try to group related interfaces into the same source file.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list