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@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@codeweavers.com>
---
 dlls/user32/dde_server.c | 15 ++++-----------
 dlls/user32/tests/dde.c  | 20 ++++++++++----------
 2 files changed, 14 insertions(+), 21 deletions(-)








--
Regards,
Jactry Zeng