Changeset 1431 for trunk/src/comctl32/datetime.c
- Timestamp:
- Oct 25, 1999, 12:50:46 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/datetime.c
r496 r1431 1 /* $Id: datetime.c,v 1. 4 1999-08-14 16:13:10 cbratschiExp $ */1 /* $Id: datetime.c,v 1.5 1999-10-24 22:49:42 sandervl Exp $ */ 2 2 /* 3 3 * Date and time picker control … … 522 522 WNDCLASSA wndClass; 523 523 524 if (GlobalFindAtomA (DATETIMEPICK_CLASSA)) return; 524 //SvL: Don't check this now 525 // if (GlobalFindAtomA (DATETIMEPICK_CLASSA)) return; 525 526 526 527 ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note:
See TracChangeset
for help on using the changeset viewer.