Author: sginsberg
Date: Sun Dec 21 17:42:08 2008
New Revision: 38256
URL:
http://svn.reactos.org/svn/reactos?rev=38256&view=rev
Log:
- More hack
Modified:
trunk/rostests/winetests/shell32/roshack.diff
trunk/rostests/winetests/shell32/systray.c
Modified: trunk/rostests/winetests/shell32/roshack.diff
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shell32/roshack…
==============================================================================
--- trunk/rostests/winetests/shell32/roshack.diff [iso-8859-1] (original)
+++ trunk/rostests/winetests/shell32/roshack.diff [iso-8859-1] Sun Dec 21 17:42:08 2008
@@ -11,3 +11,17 @@
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");
+
Modified: trunk/rostests/winetests/shell32/systray.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shell32/systray…
==============================================================================
--- trunk/rostests/winetests/shell32/systray.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/shell32/systray.c [iso-8859-1] Sun Dec 21 17:42:08 2008
@@ -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");