Changeset 5861 for trunk/src/shell32/shell32_main.c
- Timestamp:
- Jun 1, 2001, 10:22:10 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shell32_main.c
r5852 r5861 1 /* $Id: shell32_main.c,v 1. 4 2001-06-01 01:46:30 phallerExp $ */1 /* $Id: shell32_main.c,v 1.5 2001-06-01 08:22:10 sandervl Exp $ */ 2 2 /* 3 3 * Shell basics … … 893 893 switch (fdwReason) 894 894 { 895 case DLL_PROCESS_ATTACH: 896 895 case DLL_PROCESS_ATTACH: 897 896 shell32_RefCount++; 898 897 if (shell32_hInstance) return TRUE; … … 914 913 /* initialize the common controls */ 915 914 InitCommonControlsEx(NULL); 916 915 917 916 SIC_Initialize(); 918 917 SYSTRAY_Init();
Note:
See TracChangeset
for help on using the changeset viewer.