Fixed return value for WM_DROPFILES.

This commit is contained in:
Camilla Berglund 2014-02-11 00:56:52 +01:00
Родитель d0d2332193
Коммит 7f4e947447
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -780,7 +780,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
free(names);
DragFinish(hDrop);
break;
return 0;
}
}