This commit is contained in:
pinkerton%netscape.com 1999-03-10 18:11:35 +00:00
Родитель 2fffe8836f
Коммит 1a8c08862a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1988,7 +1988,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT
break;
case WM_DROPFILES: {
HDROP hDropInfo = (HANDLE) wParam;
HDROP hDropInfo = (HDROP) wParam;
UINT nFiles = ::DragQueryFile(hDropInfo, (UINT)-1, NULL, 0);
for (UINT iFile = 0; iFile < nFiles; iFile++) {