Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dconsole.c968 static char input_exe[MAX_PATH] = "winetest.exe"; in test_GetSetConsoleInputExeName() local
1001 ret = pSetConsoleInputExeNameA(input_exe); in test_GetSetConsoleInputExeName()
1006 ok(!lstrcmpA(buffer, input_exe), "got %s expected %s\n", buffer, input_exe); in test_GetSetConsoleInputExeName()