Ignore:
Timestamp:
May 18, 2000, 4:16:04 PM (25 years ago)
Author:
sandervl
Message:

removed path functions, added forwarders to shlwapi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/iconcache.cpp

    r3279 r3551  
    1 /* $Id: iconcache.cpp,v 1.7 2000-03-30 15:38:11 cbratschi Exp $ */
     1/* $Id: iconcache.cpp,v 1.8 2000-05-18 14:16:02 sandervl Exp $ */
    22
    33/*
     
    544544   lpsice = (LPSIC_ENTRY) SHAlloc (sizeof (SIC_ENTRY));
    545545
    546    lpsice->sSourceFile = HEAP_strdupA (GetProcessHeap(), 0, PathFindFilenameA(sSourceFile));
     546   lpsice->sSourceFile = HEAP_strdupA (GetProcessHeap(), 0, PathFindFileNameA(sSourceFile));
    547547   lpsice->dwSourceIndex = dwSourceIndex;
    548548
     
    609609   dprintf(("SHELL32:Iconcache SIC_GetIconIndex %s %i\n", sSourceFile, dwSourceIndex));
    610610
    611    sice.sSourceFile = PathFindFilenameA(sSourceFile);
     611   sice.sSourceFile = PathFindFileNameA(sSourceFile);
    612612   sice.dwSourceIndex = dwSourceIndex;
    613613
Note: See TracChangeset for help on using the changeset viewer.