mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
We have our own tray code
svn path=/trunk/; revision=10956
This commit is contained in:
parent
af135d8b9b
commit
e74c23bc36
2 changed files with 15 additions and 3 deletions
|
@ -953,9 +953,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
|
|||
InitCommonControlsEx(NULL);
|
||||
|
||||
SIC_Initialize();
|
||||
#ifndef __REACTOS__
|
||||
SYSTRAY_Init();
|
||||
#endif
|
||||
InitChangeNotifications();
|
||||
break;
|
||||
|
||||
|
|
|
@ -36,3 +36,18 @@ diff -u -r1.87 shellpath.c
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue