Changeset 3585 for trunk/src/comctl32/animate.cpp
- Timestamp:
- May 22, 2000, 7:25:13 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/animate.cpp
r3203 r3585 1 /* $Id: animate.cpp,v 1. 2 2000-03-23 17:14:33cbratschi Exp $ */1 /* $Id: animate.cpp,v 1.3 2000-05-22 17:25:06 cbratschi Exp $ */ 2 2 /* 3 3 * Animation control … … 8 8 * Copyright 1999 Christoph Bratschi 9 9 * 10 * Status: complete 10 * TODO: 11 * - check for the 'rec ' list in some AVI files 12 * - implement some missing flags (ACS_TRANSPARENT and ACS_CENTER) 13 * - protection between service thread and wndproc messages handling 14 * concurrent access to infoPtr 15 * 16 * Status: complete (read above) 11 17 * Version: 5.00 12 18 */ 19 20 /* 21 - Corel WINE 20000513 level 22 */ 13 23 14 24 #include "winbase.h"
Note:
See TracChangeset
for help on using the changeset viewer.