mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-19 20:18:50 -05:00
Fixed return value for WM_DROPFILES.
This commit is contained in:
parent
d0d2332193
commit
7f4e947447
|
@ -780,7 +780,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
|
||||||
free(names);
|
free(names);
|
||||||
|
|
||||||
DragFinish(hDrop);
|
DragFinish(hDrop);
|
||||||
break;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user