My app uses SetWindowHookEx to install a WH_KEYBOARD_LL hook.
Currently, the wine implementation tells me
"fixme:hook:set_windows_hook system hook WH_KEYBOARD_LL won't work right"
when I try to use it.  I'd like to implement this so I can get my app to
run, but I'm not sure where to start, since I don't know why it
"won't work right."  Any hints/suggestions?

-Steve


Reply via email to