- Timestamp:
- Oct 25, 2001, 6:01:37 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/listview.c
r7170 r7207 2212 2212 if (lpLVItem->pszText) 2213 2213 { 2214 #ifdef __WIN32OS2__ 2215 //SvL: NT's COMCTL32 seems to always update the item, regardless of 2216 // whether the string is different or not. 2217 // Some apps depends on this (CVP) 2218 uChanged |= LVIF_TEXT; 2219 #else 2214 2220 if (lpItem->pszText) 2215 2221 { … … 2223 2229 uChanged |= LVIF_TEXT; 2224 2230 } 2231 #endif 2225 2232 } 2226 2233 else
Note:
See TracChangeset
for help on using the changeset viewer.