Ignore:
Timestamp:
Oct 25, 1999, 12:50:46 AM (26 years ago)
Author:
sandervl
Message:

RegisterClass even if atom exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/listview.c

    r1156 r1431  
    70057005  WNDCLASSA wndClass;
    70067006
    7007   if (!GlobalFindAtomA(WC_LISTVIEWA))
    7008   {
     7007//SvL: Don't check this now
     7008//  if (!GlobalFindAtomA(WC_LISTVIEWA))
     7009//  {
    70097010    ZeroMemory(&wndClass, sizeof(WNDCLASSA));
    70107011    wndClass.style = CS_GLOBALCLASS | CS_DBLCLKS;
     
    70167017    wndClass.lpszClassName = WC_LISTVIEWA;
    70177018    RegisterClassA(&wndClass);
    7018   }
     7019//  }
    70197020}
    70207021
Note: See TracChangeset for help on using the changeset viewer.