2008/12/28 Andrew Fenn andrewfenn@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.