reactos/lib/shell32
diff -u -r1.2 -r1.3
--- winehq2ros.patch 20 Sep 2004 18:08:37 -0000 1.2
+++ winehq2ros.patch 21 Sep 2004 19:02:01 -0000 1.3
@@ -36,3 +36,18 @@
case CSIDL_BITBUCKET:
*ppidl = _ILCreateBitBucket();
break;
+Index: shell32_main.c
+===================================================================
+RCS file: /home/wine/wine/dlls/shell32/shell32_main.c,v
+retrieving revision 1.136
+diff -u -r1.136 shell32_main.c
+--- shell32_main.c 14 Sep 2004 17:44:40 -0000 1.136
++++ shell32_main.c 21 Sep 2004 19:14:29 -0000
+@@ -953,7 +953,6 @@
+ InitCommonControlsEx(NULL);
+
+ SIC_Initialize();
+- SYSTRAY_Init();
+ InitChangeNotifications();
+ break;
+
reactos/lib/shell32
diff -u -r1.7 -r1.8
--- shell32_main.c 21 Sep 2004 18:55:53 -0000 1.7
+++ shell32_main.c 21 Sep 2004 19:02:01 -0000 1.8
@@ -953,9 +953,6 @@
InitCommonControlsEx(NULL);
SIC_Initialize();
-#ifndef __REACTOS__
- SYSTRAY_Init();
-#endif
InitChangeNotifications();
break;