mirror of
https://github.com/reactos/reactos.git
synced 2025-05-10 20:27:45 +00:00
- More hack
svn path=/trunk/; revision=38256
This commit is contained in:
parent
ff489f9473
commit
e48fb0b04c
2 changed files with 17 additions and 0 deletions
|
@ -11,3 +11,17 @@ Index: shlexec.c
|
||||||
|
|
||||||
myARGC = winetest_get_mainargs(&myARGV);
|
myARGC = winetest_get_mainargs(&myARGV);
|
||||||
if (myARGC >= 3)
|
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;
|
RECT rc;
|
||||||
HMODULE huser32, hshell32;
|
HMODULE huser32, hshell32;
|
||||||
|
|
||||||
|
skip("Skipping systray tests\n");
|
||||||
|
return;
|
||||||
|
|
||||||
hshell32 = GetModuleHandleA("shell32.dll");
|
hshell32 = GetModuleHandleA("shell32.dll");
|
||||||
pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW");
|
pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue