X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/244531bc9662a5930f0c785cbc9d1383f70b6232..79c3b7b216a5fc6b105acb49690e5b4e626080e2:/src/msw/listctrl.cpp?ds=sidebyside diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index 1344f75e9b..3f61a72c34 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -1776,7 +1776,7 @@ bool wxListCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result) } #if defined(_WIN32_IE) && _WIN32_IE >= 0x300 \ - && !( defined(__GNUWIN32__) && !wxCHECK_W32API_VERSION( 1, 0 ) ) + && !( defined(__GNUWIN32__) && !wxCHECK_W32API_VERSION( 1, 1 ) ) if ( lvi.mask & LVIF_IMAGE ) { lvi.iImage = OnGetItemImage(item); @@ -2288,7 +2288,7 @@ static void wxConvertToMSWListCol(int col, const wxListItem& item, } #if defined(_WIN32_IE) && _WIN32_IE >= 0x300 \ - && !( defined(__GNUWIN32__) && !wxCHECK_W32API_VERSION( 1, 0 ) ) + && !( defined(__GNUWIN32__) && !wxCHECK_W32API_VERSION( 1, 1 ) ) if ( item.m_mask & wxLIST_MASK_IMAGE ) { if ( wxTheApp->GetComCtl32Version() >= 470 )