Ignore:
Timestamp:
Mar 31, 2001, 3:25:59 PM (24 years ago)
Author:
sandervl
Message:

Resync with Wine + previous merge fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/animate.c

    r4627 r5416  
    3030typedef struct
    3131{
     32#ifdef __WIN32OS2__
     33    COMCTL32_HEADER header;
     34#endif
     35
    3236   /* pointer to msvideo functions. it's easier to put them here.
    3337    * to be correct, they should be defined on a per process basis, but
     
    819823
    820824    /* allocate memory for info structure */
     825#ifdef __WIN32OS2__
     826    infoPtr = (ANIMATE_INFO*)initControl(hWnd,sizeof(ANIMATE_INFO));
     827#else
    821828    infoPtr = (ANIMATE_INFO *)COMCTL32_Alloc(sizeof(ANIMATE_INFO));
     829#endif
    822830    if (!infoPtr) {
    823831        ERR("could not allocate info memory!\n");
Note: See TracChangeset for help on using the changeset viewer.