update README.WINE
[reactos.git] / rostests / winetests / shell32 / roshack.diff
1 Index: shlexec.c
2 ===================================================================
3 --- shlexec.c (revision 38229)
4 +++ shlexec.c (working copy)
5 @@ -1577,6 +1577,8 @@
6
7 START_TEST(shlexec)
8 {
9 + skip("ROS-HACK: Skipping shell execute tests\n");
10 + return;
11
12 myARGC = winetest_get_mainargs(&myARGV);
13 if (myARGC >= 3)
14 Index: systray.c
15 ===================================================================
16 --- systray.c (revision 38229)
17 +++ systray.c (working copy)
18 @@ -138,6 +138,9 @@
19 RECT rc;
20 HMODULE huser32, hshell32;
21
22 + skip("ROS-HACK: Skipping systray tests\n");
23 + return;
24 +
25 hshell32 = GetModuleHandleA("shell32.dll");
26 pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW");
27