advpack: Skip the TranslateInfEx tests in win9x.

oldstable
James Hawkins 2008-08-04 17:52:01 -05:00 committed by Alexandre Julliard
parent aa584f146a
commit 0dcdbcd3cc
1 changed files with 7 additions and 0 deletions

View File

@ -325,6 +325,13 @@ static void translateinfstringex_test(void)
char buffer[MAX_PATH];
DWORD size = MAX_PATH;
hr = pOpenINFEngine(inf_file, NULL, 0, &hinf, NULL);
if (hr == E_UNEXPECTED)
{
skip("Skipping tests on win9x because of brokenness\n");
return;
}
create_inf_file();
/* need to see if there are any flags */