Changeset 6039 for trunk/src/comctl32/listview.c
- Timestamp:
- Jun 17, 2001, 11:07:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/listview.c
r5908 r6039 5278 5278 5279 5279 lpItem = (LISTVIEW_ITEM *)DPA_GetPtr(hdpaSubItems, 0); 5280 #ifdef __WIN32OS2__ 5281 if (lpItem == NULL || lpItem->iImage == -1) { 5282 dprintf(("WARNING: lpItem (%x) INVALID", lpItem)); 5283 return FALSE; 5284 } 5285 #else 5280 5286 if (lpItem == NULL) 5281 5287 return FALSE; 5288 #endif 5282 5289 5283 5290 ZeroMemory(&dispInfo, sizeof(NMLVDISPINFOA));
Note:
See TracChangeset
for help on using the changeset viewer.