In the file gfx_gol_picture.h, the definition of GFX_GOL_PictureControlmageSet() does not work properly.
It as defined as (around line 327):
#define GFX_GOL_PictureControlImageSet(pObject, pImage) \ (((GFX_GOL_PICTURECONTROL*)pObject)->pImage = pIma..
↧