xinput: Add stub XInputEnable

Henri Verbeet hverbeet at gmail.com
Sun Dec 28 08:39:12 CST 2008


2008/12/28 Andrew Fenn <andrewfenn at gmail.com>:
> +void WINAPI XInputEnable(bool enable)

Does this compile? "bool" is a C++ type. Also, don't forget to add the
prototype to the header, I noticed they're missing for all the other
xinput functions as well.



More information about the wine-devel mailing list