Home
last modified time | relevance | path

Searched refs:cpOut (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c1543 DWORD cpIn, cpOut, cpInC, cpOutC; in test_Console() local
1580 cpOut = GetConsoleOutputCP(); in test_Console()
1621 SetConsoleOutputCP(cpOut); in test_Console()
1656 okChildInt("Console", "OutputCP", cpOut); in test_Console()
1663 ok(cpOutC == 1252, "Wrong console-SB CP (expected 1252 got %d/%d)\n", cpOutC, cpOut); in test_Console()