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

This commit is contained in:
Paul Vriens 2008-01-23 11:42:15 +01:00 committed by Alexandre Julliard
parent 44273b00ed
commit 7aaaad2110
1 changed files with 6 additions and 0 deletions

View File

@ -9584,6 +9584,12 @@ static void test_dbcs_wm_char(void)
UINT i, j, k; UINT i, j, k;
struct message wmCharSeq[2]; struct message wmCharSeq[2];
if (!pGetCPInfoExA)
{
skip("GetCPInfoExA is not available\n");
return;
}
pGetCPInfoExA( CP_ACP, 0, &cpinfo ); pGetCPInfoExA( CP_ACP, 0, &cpinfo );
if (cpinfo.MaxCharSize != 2) if (cpinfo.MaxCharSize != 2)
{ {