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(-)