Ignore:
Timestamp:
Nov 24, 2000, 11:52:27 PM (25 years ago)
Author:
sandervl
Message:

icon index fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/folders.c

    r4692 r4696  
    1 /* $Id: folders.c,v 1.4 2000-11-24 15:23:30 sandervl Exp $ */
     1/* $Id: folders.c,v 1.5 2000-11-24 22:52:26 sandervl Exp $ */
    22/*
    33 *  Copyright 1997  Marcus Meissner
     
    274274      {
    275275        lstrcpynA(szIconFile, "shell32.dll", cchMax);
     276#ifdef __WIN32OS2__
     277        *piIndex = (uFlags & GIL_OPENICON)? -SHLICON_FOLDER_OPEN : -SHLICON_FOLDER_CLOSED;
     278#else
    276279        *piIndex = (uFlags & GIL_OPENICON)? 4 : 3;
     280#endif
    277281      }
    278282    }
     
    307311                lstrcpynA(szIconFile, "shell32.dll", cchMax);
    308312#ifdef __WIN32OS2__
    309                 *piIndex = -SHLICON_TREE; //???
     313                *piIndex = -SHLICON_COMPUTERS;
    310314#else
    311315                *piIndex = 42;
Note: See TracChangeset for help on using the changeset viewer.