mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SHELL32]
* Fix GCC build. svn path=/branches/shell-experiments/; revision=65180
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user