mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Fix build
svn path=/trunk/; revision=51306
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user