Ignore:
Timestamp:
Jun 1, 2001, 10:22:10 AM (24 years ago)
Author:
sandervl
Message:

ifdefs added

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 phaller Exp $ */
     1/* $Id: shell32_main.c,v 1.5 2001-06-01 08:22:10 sandervl Exp $ */
    22/*
    33 *                              Shell basics
     
    893893        switch (fdwReason)
    894894        {
    895         case DLL_PROCESS_ATTACH:
    896          
     895          case DLL_PROCESS_ATTACH:
    897896            shell32_RefCount++;
    898897            if (shell32_hInstance) return TRUE;
     
    914913            /* initialize the common controls */
    915914            InitCommonControlsEx(NULL);
    916          
     915
    917916            SIC_Initialize();
    918917            SYSTRAY_Init();
Note: See TracChangeset for help on using the changeset viewer.