user: test and fix SwitchToThisWindow [2nd try]

James Hawkins truiken at gmail.com
Thu Sep 7 12:47:35 CDT 2006


On 9/7/06, Jan Zerebecki <jan.wine at zerebecki.de> wrote:
> Bugreport about this patch: http://bugs.winehq.org/show_bug.cgi?id=5725
> I compiled-tested this and successfully ran the test on wine and
> (thx kblin) on native, because the author said that he is not
> able to compile wine.
>
> If this patch is rejected from inclusion, please tell me why, as
> I would have to ask anyway.
>
> From: Neil Rashbrook <neil at parkwaycc.co.uk>
> Changelog:
> user: test and fix SwitchToThisWindow
>
> ---
>
>  dlls/user/tests/Makefile.in |    1
>  dlls/user/tests/win_sttw.c  |  127 +++++++++++++++++++++++++++++++++++++++++++
>  dlls/user/winpos.c          |   15 +++++
>  3 files changed, 142 insertions(+), 1 deletions(-)
>
> diff --git a/dlls/user/tests/Makefile.in b/dlls/user/tests/Makefile.in
> index 7a78a5b..4e10563 100644
> --- a/dlls/user/tests/Makefile.in
> +++ b/dlls/user/tests/Makefile.in
> @@ -23,6 +23,7 @@ CTESTS = \
>         sysparams.c \
>         text.c \
>         win.c \
> +       win_sttw.c \
>         winstation.c \
>         wsprintf.c
>

Why is this in a new file?  It should be in win.c.

-- 
James Hawkins



More information about the wine-devel mailing list