[SHELL32]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 2 Nov 2014 11:16:37 +0000 (11:16 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 2 Nov 2014 11:16:37 +0000 (11:16 +0000)
* Fix GCC build.

svn path=/branches/shell-experiments/; revision=65180

dll/win32/shell32/shlview.cpp

index 9fcb849..431fd22 100644 (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)
     {