- More hack

svn path=/trunk/; revision=38256
This commit is contained in:
Stefan Ginsberg 2008-12-21 23:42:08 +00:00
parent ff489f9473
commit e48fb0b04c
2 changed files with 17 additions and 0 deletions

View file

@ -11,3 +11,17 @@ Index: shlexec.c
myARGC = winetest_get_mainargs(&myARGV);
if (myARGC >= 3)
Index: systray.c
===================================================================
--- systray.c (revision 38229)
+++ systray.c (working copy)
@@ -138,6 +138,9 @@
RECT rc;
HMODULE huser32, hshell32;
+ skip("Skipping systray tests\n");
+ return;
+
hshell32 = GetModuleHandleA("shell32.dll");
pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW");

View file

@ -138,6 +138,9 @@ START_TEST(systray)
RECT rc;
HMODULE huser32, hshell32;
skip("Skipping systray tests\n");
return;
hshell32 = GetModuleHandleA("shell32.dll");
pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW");