Changeset 5416 for trunk/src/comctl32/animate.c
- Timestamp:
- Mar 31, 2001, 3:25:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/animate.c
r4627 r5416 30 30 typedef struct 31 31 { 32 #ifdef __WIN32OS2__ 33 COMCTL32_HEADER header; 34 #endif 35 32 36 /* pointer to msvideo functions. it's easier to put them here. 33 37 * to be correct, they should be defined on a per process basis, but … … 819 823 820 824 /* allocate memory for info structure */ 825 #ifdef __WIN32OS2__ 826 infoPtr = (ANIMATE_INFO*)initControl(hWnd,sizeof(ANIMATE_INFO)); 827 #else 821 828 infoPtr = (ANIMATE_INFO *)COMCTL32_Alloc(sizeof(ANIMATE_INFO)); 829 #endif 822 830 if (!infoPtr) { 823 831 ERR("could not allocate info memory!\n");
Note:
See TracChangeset
for help on using the changeset viewer.