- Timestamp:
- Jun 18, 2001, 3:37:23 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/listview.c
r6039 r6045 5279 5279 lpItem = (LISTVIEW_ITEM *)DPA_GetPtr(hdpaSubItems, 0); 5280 5280 #ifdef __WIN32OS2__ 5281 if (lpItem == NULL || lpItem ->iImage== -1) {5281 if (lpItem == NULL || lpItem == -1) { 5282 5282 dprintf(("WARNING: lpItem (%x) INVALID", lpItem)); 5283 5283 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.