user32/tests: Run full test again on win95 and NT4.
This commit is contained in:
parent
44273b00ed
commit
7aaaad2110
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue