I checked the code of "int wxImageList::Add(const wxIcon& icon)" because I am not able to add icons to the image list. There is a call of ImageList_AddIcon() in this methode. I did a in-file-string-search for "ImageList_AddIcon". I found no declaration or implementation for it. What is it? Where is it?