mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 17:05:45 +00:00
- Fix build
svn path=/trunk/; revision=51306
This commit is contained in:
parent
86153cc8a8
commit
e5989efb7f
1 changed files with 1 additions and 1 deletions
|
@ -2575,7 +2575,7 @@ BOOLEAN FASTCALL co_UserDestroyWindow(PWND Window)
|
|||
msg.wParam = IntGetSysCursorInfo()->ButtonsDown;
|
||||
msg.lParam = MAKELPARAM(gpsi->ptCursor.x, gpsi->ptCursor.y);
|
||||
msg.pt = gpsi->ptCursor;
|
||||
co_MsqInsertMouseMessage(&msg, 0, 0);
|
||||
co_MsqInsertMouseMessage(&msg, 0, 0, TRUE);
|
||||
|
||||
if (!IntIsWindow(Window->head.h))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue