Changeset 1433 for trunk/src/user32/listbox.cpp
- Timestamp:
- Oct 25, 1999, 12:56:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/listbox.cpp
r1368 r1433 1 /* $Id: listbox.cpp,v 1.1 0 1999-10-20 06:38:09sandervl Exp $ */1 /* $Id: listbox.cpp,v 1.11 1999-10-24 22:56:05 sandervl Exp $ */ 2 2 /* 3 3 * Listbox controls … … 2759 2759 WNDCLASSA wndClass; 2760 2760 2761 if (GlobalFindAtomA(LISTBOXCLASSNAME)) return FALSE; 2761 //SvL: Don't check this now 2762 // if (GlobalFindAtomA(LISTBOXCLASSNAME)) return FALSE; 2762 2763 2763 2764 ZeroMemory(&wndClass,sizeof(WNDCLASSA)); … … 2785 2786 WNDCLASSA wndClass; 2786 2787 2787 if (GlobalFindAtomA(COMBOLBOXCLASSNAME)) return FALSE; 2788 //SvL: Don't check this now 2789 // if (GlobalFindAtomA(COMBOLBOXCLASSNAME)) return FALSE; 2788 2790 2789 2791 ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note:
See TracChangeset
for help on using the changeset viewer.