On 9/7/06, Jan Zerebecki jan.wine@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@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.