user32: Make dde test use skip function.

This commit is contained in:
Andre Wisplinghoff 2008-07-31 18:07:34 +02:00 committed by Alexandre Julliard
parent 6b540d4513
commit 7abfbd085c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}