Hi, On Friday 24 February 2006 06:28, Juan Lang wrote: > As far as how to deal with this, try modifying kernel32.spec to add a stub > for BlockInput, like: > @ stub BlockInput > and see if the program gets any further.
Hi according to MSDN, BlockInput is a user32.dll function: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/blockinput.asp In fact, we do have a commented out stub in dlls/user/user32.spec # @ stub BlockInput Bye, -- Michael Jung [EMAIL PROTECTED]
