- Fix KsStudios actions with Hooks. 

svn path=/trunk/; revision=51468
This commit is contained in:
James Tabor 2011-04-27 23:09:45 +00:00
parent e29b0d8b1f
commit b39193c83d

View file

@ -118,8 +118,8 @@ DefWndHandleSysCommand(PWND pWnd, WPARAM wParam, LPARAM lParam)
break;
default:
UNIMPLEMENTED;
break;
// We do not support anything else here so we should return normal even when sending a hook.
return 0;
}
return(Hook ? 1 : 0); // Don't call us again from user space.