Commit b3eeb416 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

shell32/tests: Skip FO_COPY tests on old shell32.

parent 1bd7956a
......@@ -821,6 +821,12 @@ static void test_copy(void)
LPSTR ptr;
BOOL on_nt4 = FALSE;
if (old_shell32)
{
win_skip("Too many differences for old shell32\n");
return;
}
shfo.hwnd = NULL;
shfo.wFunc = FO_COPY;
shfo.pFrom = from;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment