diff --git a/dll/win32/shell32/shlview.cpp b/dll/win32/shell32/shlview.cpp index 9fcb8499e0f..431fd2280dc 100644 --- a/dll/win32/shell32/shlview.cpp +++ b/dll/win32/shell32/shlview.cpp @@ -1106,7 +1106,7 @@ UINT CDefView::GetSelections() TRACE("-- Items selected =%u\n", m_cidl); - int i = 0; + UINT i = 0; int lvIndex = -1; while ((lvIndex = m_ListView.GetNextItem(lvIndex, LVNI_SELECTED)) > -1) {