I currently have Windows SDK 7.0A installed. This version of the SDK contains Xinput.h
which references xinput9_1_0.dll
:
#define XINPUT_DLL_A "xinput9_1_0.dll"
I need my program to use xinput1_3.dll
instead. I figured that in order to do this, I must link with the xinput.lib
file from an earlier version of Windows SDK.
But, which version of the SDK contains the Xinput.h
file that references xinput1_3.dll
?