Commit 7abfbd08 authored by Andre Wisplinghoff's avatar Andre Wisplinghoff Committed by Alexandre Julliard

user32: Make dde test use skip function.

parent 6b540d45
......@@ -1666,7 +1666,7 @@ static void test_DdeCreateStringHandle(void)
ret = DdeInitializeW(&dde_inst, client_ddeml_callback, APPCMD_CLIENTONLY, 0);
if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
{
trace("Skipping the DDE test on a Win9x platform\n");
skip("DdeInitialize is unimplemented\n");
return;
}
......
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