j
k
j a
j l
Erich Hoover ehoover@mines.edu writes:
imgs[nFrames++] = image; if (!(imgstmp = HeapReAlloc( GetProcessHeap(), 0, imgs, nFrames*sizeof(XcursorImage*) ))) goto cleanup; imgs = imgstmp;
imgs[nFrames++] = image;
if (!(imgstmp = HeapReAlloc( GetProcessHeap(), 0, imgs, nFrames*sizeof(XcursorImage*) ))) goto cleanup;
imgs = imgstmp;
This is still broken.
Back to the thread
Back to the list