Changeset 3551 for trunk/src/shell32/iconcache.cpp
- Timestamp:
- May 18, 2000, 4:16:04 PM (25 years ago)
- 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 cbratschiExp $ */1 /* $Id: iconcache.cpp,v 1.8 2000-05-18 14:16:02 sandervl Exp $ */ 2 2 3 3 /* … … 544 544 lpsice = (LPSIC_ENTRY) SHAlloc (sizeof (SIC_ENTRY)); 545 545 546 lpsice->sSourceFile = HEAP_strdupA (GetProcessHeap(), 0, PathFindFile nameA(sSourceFile));546 lpsice->sSourceFile = HEAP_strdupA (GetProcessHeap(), 0, PathFindFileNameA(sSourceFile)); 547 547 lpsice->dwSourceIndex = dwSourceIndex; 548 548 … … 609 609 dprintf(("SHELL32:Iconcache SIC_GetIconIndex %s %i\n", sSourceFile, dwSourceIndex)); 610 610 611 sice.sSourceFile = PathFindFile nameA(sSourceFile);611 sice.sSourceFile = PathFindFileNameA(sSourceFile); 612 612 sice.dwSourceIndex = dwSourceIndex; 613 613
Note:
See TracChangeset
for help on using the changeset viewer.