Changeset 1431 for trunk/src/comctl32/listview.c
- Timestamp:
- Oct 25, 1999, 12:50:46 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/listview.c
r1156 r1431 7005 7005 WNDCLASSA wndClass; 7006 7006 7007 if (!GlobalFindAtomA(WC_LISTVIEWA)) 7008 { 7007 //SvL: Don't check this now 7008 // if (!GlobalFindAtomA(WC_LISTVIEWA)) 7009 // { 7009 7010 ZeroMemory(&wndClass, sizeof(WNDCLASSA)); 7010 7011 wndClass.style = CS_GLOBALCLASS | CS_DBLCLKS; … … 7016 7017 wndClass.lpszClassName = WC_LISTVIEWA; 7017 7018 RegisterClassA(&wndClass); 7018 }7019 // } 7019 7020 } 7020 7021
Note:
See TracChangeset
for help on using the changeset viewer.