Fixed return value for WM_DROPFILES.

This commit is contained in:
Camilla Berglund 2014-02-11 00:56:52 +01:00
parent d0d2332193
commit 7f4e947447

View File

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