| author | |
| committer | |
| log | 74c17aa8c5bfff9ba13aaed7b978055d85709ede |
| tree | d4017c7e1d01152350874d9fe7c0adde10b15ae6 |
| parent | 465b90c1fa288390d64af4470d242d5f5509b1d7 |
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 |