Re: [v2] user32: Use IsTextUnicode instead of a helper.
17 Feb
2016
17 Feb
'16
3:06 p.m.
Sorry, please ignore this patch. I find another bug of Wine's IsTextUnicode. So I can't use it directly. 2016-02-16 16:13 GMT+08:00 Jactry Zeng <jzeng(a)codeweavers.com>:
Hi,
This patch try to fix tests in patch 119212: http://source.winehq.org/patches/data/119212
I'm not very sure is IsTextUnicode(IS_TEXT_UNICODE_STATISTICS) good enough for dealing with all cases may be fed by DDE. But it works for all cases we have in dlls/user32/tests/dde.c .
ChangeLog: - Use IS_TEXT_UNICODE_STATISTICS.
Signed-off-by: Jactry Zeng <jzeng(a)codeweavers.com> --- dlls/user32/dde_server.c | 15 ++++----------- dlls/user32/tests/dde.c | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 21 deletions(-)
-- Regards, Jactry Zeng
3589
Age (days ago)
3589
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jactry Zeng