[SHELL32]

* Fix GCC build.

svn path=/branches/shell-experiments/; revision=65180
This commit is contained in:
Amine Khaldi
2014-11-02 11:16:37 +00:00
parent b8c49d0520
commit 611a14d331
+1 -1
View File
@@ -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)
{