mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 10:44:25 +08:00
- More hack
svn path=/trunk/; revision=38256
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user