| author | |
| committer | |
| log | 5b56f4e48ae01b8b108d063cbc2e45c83d76413d |
| tree | e2df1690aa831144c9b03b10e9a6374ca356bc13 |
| parent | a1d3886ff0fcc1db6e999da4bef0194ee075329a |
closes #73982 files changed, 42 insertions(+), 0 deletions(-)
lib/libc/mingw/lib-common/xinput1_4.def created+21| ... | @@ -0,0 +1,21 @@ | ||
| 1 | ; | ||
| 2 | ; Definition file of XINPUT1_4.dll | ||
| 3 | ; Automatic generated by gendef | ||
| 4 | ; written by Kai Tietz 2008 | ||
| 5 | ; | ||
| 6 | LIBRARY "XINPUT1_4.dll" | ||
| 7 | EXPORTS | ||
| 8 | ;DllMain | ||
| 9 | XInputGetState | ||
| 10 | XInputSetState | ||
| 11 | XInputGetCapabilities | ||
| 12 | XInputEnable | ||
| 13 | XInputGetBatteryInformation | ||
| 14 | XInputGetKeystroke | ||
| 15 | XInputGetAudioDeviceIds | ||
| 16 | ;ord_100 @100 | ||
| 17 | ;ord_101 @101 | ||
| 18 | ;ord_102 @102 | ||
| 19 | ;ord_103 @103 | ||
| 20 | ;ord_104 @104 | ||
| 21 | ;ord_108 @108 | ||
lib/libc/mingw/lib32/xinput1_4.def created+21| ... | @@ -0,0 +1,21 @@ | ||
| 1 | ; | ||
| 2 | ; Definition file of XINPUT1_4.dll | ||
| 3 | ; Automatic generated by gendef | ||
| 4 | ; written by Kai Tietz 2008 | ||
| 5 | ; | ||
| 6 | LIBRARY "XINPUT1_4.dll" | ||
| 7 | EXPORTS | ||
| 8 | ;DllMain@12 | ||
| 9 | XInputGetState@8 | ||
| 10 | XInputSetState@8 | ||
| 11 | XInputGetCapabilities@12 | ||
| 12 | XInputEnable@4 | ||
| 13 | XInputGetBatteryInformation@12 | ||
| 14 | XInputGetKeystroke@12 | ||
| 15 | XInputGetAudioDeviceIds@20 | ||
| 16 | ;ord_100@8 @100 | ||
| 17 | ;ord_101@12 @101 | ||
| 18 | ;ord_102@4 @102 | ||
| 19 | ;ord_103@4 @103 | ||
| 20 | ;ord_104@8 @104 | ||
| 21 | ;ord_108@16 @108 | ||