Searched refs:cpOut (Results 1 – 1 of 1) sorted by relevance
1543 DWORD cpIn, cpOut, cpInC, cpOutC; in test_Console() local1580 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()