Erich Hoover <ehoover(a)mines.edu> writes:
+ imgs[nFrames++] = image;
+ if (!(imgstmp = HeapReAlloc( GetProcessHeap(), 0, imgs, nFrames*sizeof(XcursorImage*) ))) goto cleanup;
+ imgs = imgstmp;
This is still broken.
--
Alexandre Julliard
julliard(a)winehq.org