From 7aaaad2110c3fb885f37edf34bc5afe8e5aa5f63 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Wed, 23 Jan 2008 11:42:15 +0100 Subject: [PATCH] user32/tests: Run full test again on win95 and NT4. --- dlls/user32/tests/msg.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c index ea466af3f6a..280b972a7a8 100644 --- a/dlls/user32/tests/msg.c +++ b/dlls/user32/tests/msg.c @@ -9584,6 +9584,12 @@ static void test_dbcs_wm_char(void) UINT i, j, k; struct message wmCharSeq[2]; + if (!pGetCPInfoExA) + { + skip("GetCPInfoExA is not available\n"); + return; + } + pGetCPInfoExA( CP_ACP, 0, &cpinfo ); if (cpinfo.MaxCharSize != 2) {