Changeset 1431 for trunk/src/comctl32/animate.c
- Timestamp:
- Oct 25, 1999, 12:50:46 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/animate.c
r1100 r1431 1 /* $Id: animate.c,v 1. 5 1999-10-01 15:53:31 cbratschiExp $ */1 /* $Id: animate.c,v 1.6 1999-10-24 22:49:42 sandervl Exp $ */ 2 2 /* 3 3 * Animation control … … 446 446 WNDCLASSA wndClass; 447 447 448 if (GlobalFindAtomA (ANIMATE_CLASSA)) return; 448 //SvL: Don't check this now 449 // if (GlobalFindAtomA (ANIMATE_CLASSA)) return; 449 450 450 451 ZeroMemory (&wndClass, sizeof(WNDCLASSA));
Note:
See TracChangeset
for help on using the changeset viewer.