Ignore:
Timestamp:
May 22, 2000, 7:25:13 PM (25 years ago)
Author:
cbratschi
Message:

merged with Corel WINE 20000513, added new DPA_* functions

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:33 cbratschi Exp $ */
     1/* $Id: animate.cpp,v 1.3 2000-05-22 17:25:06 cbratschi Exp $ */
    22/*
    33 * Animation control
     
    88 * Copyright 1999 Christoph Bratschi
    99 *
    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)
    1117 * Version: 5.00
    1218 */
     19
     20/*
     21 - Corel WINE 20000513 level
     22*/
    1323
    1424#include "winbase.h"
Note: See TracChangeset for help on using the changeset viewer.