Changeset 21916 for trunk/src/shell32/iconcache.c
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/shell32/iconcache.c
r21494 r21916 253 253 254 254 INT iResId = abs( pIcons->nStartIndex ); 255 if ( lpszName < 0x10000 )255 if ( lpszName < (LPTSTR)0x10000 ) 256 256 { 257 257 if ( (INT)lpszName == iResId ) … … 787 787 #ifdef __WIN32OS2__ 788 788 // 2001-06-01 PH memory leak in WINE 789 HeapFree(GetProcessHeap(), 0,lpsice->sSourceFile);789 HeapFree(GetProcessHeap(), 0, (LPVOID)lpsice->sSourceFile); 790 790 #endif 791 791 SHFree(lpsice); … … 966 966 #ifdef __WIN32OS2__ 967 967 // 2003-11-23 DT see also SIC_IconAppend, memory leak in WINE 968 HeapFree(GetProcessHeap(), 0,lpsice->sSourceFile);968 HeapFree(GetProcessHeap(), 0, (LPVOID)lpsice->sSourceFile); 969 969 #endif 970 970 SHFree(lpsice);
Note:
See TracChangeset
for help on using the changeset viewer.