Searched refs:input_exe (Results 1 – 1 of 1) sorted by relevance
968 static char input_exe[MAX_PATH] = "winetest.exe"; in test_GetSetConsoleInputExeName() local1001 ret = pSetConsoleInputExeNameA(input_exe); in test_GetSetConsoleInputExeName()1006 ok(!lstrcmpA(buffer, input_exe), "got %s expected %s\n", buffer, input_exe); in test_GetSetConsoleInputExeName()