git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58959
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// delete it (in POSTPAINT notify)
if (m_imageListState && m_imageListState->GetImageCount() > 0)
{
// delete it (in POSTPAINT notify)
if (m_imageListState && m_imageListState->GetImageCount() > 0)
{
- typedef BOOL (*ImageList_Copy_t)
+ typedef BOOL (wxSTDCALL *ImageList_Copy_t)
(HIMAGELIST, int, HIMAGELIST, int, UINT);
static ImageList_Copy_t s_pfnImageList_Copy = NULL;
static bool loaded = false;
(HIMAGELIST, int, HIMAGELIST, int, UINT);
static ImageList_Copy_t s_pfnImageList_Copy = NULL;
static bool loaded = false;