- Skip a buck load of ole32 tests too

svn path=/trunk/; revision=38253
This commit is contained in:
Stefan Ginsberg 2008-12-21 22:58:10 +00:00
parent ebd5a724c6
commit 3f4562d5c7

View file

@ -1024,6 +1024,9 @@ static void test_CoGetObjectContext(void)
START_TEST(compobj)
{
skip("Skipping compobj tests\n");
return;
HMODULE hOle32 = GetModuleHandle("ole32");
pCoGetObjectContext = (void*)GetProcAddress(hOle32, "CoGetObjectContext");
if (!(pCoInitializeEx = (void*)GetProcAddress(hOle32, "CoInitializeEx")))