fix 95/98 bustage
git-svn-id: svn://10.0.0.236/trunk@23528 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c89a455a05
commit
e9af4fe3ff
@ -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++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user