reactos/rostests/winetests/ole32/roshack.diff
Stefan Ginsberg 31733a5f8a - Disable shell32 execute tests
- Add missing ole32 diff

svn path=/trunk/; revision=38254
2008-12-21 23:16:59 +00:00

15 lines
469 B
Diff

Index: compobj.c
===================================================================
--- compobj.c (revision 38229)
+++ compobj.c (working copy)
@@ -1024,6 +1024,9 @@
START_TEST(compobj)
{
+ skip("ROS-HACK: Skipping compobj tests\n");
+ return;
+
HMODULE hOle32 = GetModuleHandle("ole32");
pCoGetObjectContext = (void*)GetProcAddress(hOle32, "CoGetObjectContext");
if (!(pCoInitializeEx = (void*)GetProcAddress(hOle32, "CoInitializeEx")))