Paul Vriens : user32/tests: Run full test again on win95 and NT4.

Alexandre Julliard julliard at winehq.org
Wed Jan 23 05:25:06 CST 2008


Module: wine
Branch: master
Commit: 7aaaad2110c3fb885f37edf34bc5afe8e5aa5f63
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7aaaad2110c3fb885f37edf34bc5afe8e5aa5f63

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Wed Jan 23 11:42:15 2008 +0100

user32/tests: Run full test again on win95 and NT4.

---

 dlls/user32/tests/msg.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index ea466af..280b972 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)
     {




More information about the wine-cvs mailing list