call static functions directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3053,7 +3053,7 @@ static void wxConvertToMSWListCol(HWND hwndList,
|
||||
#ifdef NM_CUSTOMDRAW // _WIN32_IE >= 0x0300
|
||||
if ( item.m_mask & wxLIST_MASK_IMAGE )
|
||||
{
|
||||
if ( wxTheApp->GetComCtl32Version() >= 470 )
|
||||
if ( wxApp::GetComCtl32Version() >= 470 )
|
||||
{
|
||||
lvCol.mask |= LVCF_IMAGE;
|
||||
|
||||
|
Reference in New Issue
Block a user