Changeset 3279 for trunk/src/shell32/iconcache.cpp
- Timestamp:
- Mar 30, 2000, 5:38:11 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/iconcache.cpp
r3271 r3279 1 /* $Id: iconcache.cpp,v 1. 6 2000-03-29 15:24:04cbratschi Exp $ */1 /* $Id: iconcache.cpp,v 1.7 2000-03-30 15:38:11 cbratschi Exp $ */ 2 2 3 3 /* … … 485 485 continue; 486 486 } 487 //CB: bug in Open32 USER32.CreateIconFromResourceEx: returns 0 488 // anyway, the Odin (Open32) icon handling is too far away from Win32 487 489 RetPtr[i] = (HICON) pCreateIconFromResourceEx(idata,idataent->Size,TRUE,0x00030000, cxDesired, cyDesired, LR_DEFAULTCOLOR); 488 490 }
Note:
See TracChangeset
for help on using the changeset viewer.