Commit in reactos/lib/shell32 on MAIN
winehq2ros.patch+151.2 -> 1.3
shell32_main.c-31.7 -> 1.8
+15-3
2 modified files
We have our own tray code

reactos/lib/shell32
winehq2ros.patch 1.2 -> 1.3
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
shell32_main.c 1.7 -> 1.8
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;
 
CVSspam 0.2.8