authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-11 11:12:23-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-11 17:23:50-07:00
log74c17aa8c5bfff9ba13aaed7b978055d85709ede
treed4017c7e1d01152350874d9fe7c0adde10b15ae6
parent465b90c1fa288390d64af4470d242d5f5509b1d7

mingw-w64: add .def files for xinput1_4

closes #7398

2 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;
6LIBRARY "XINPUT1_4.dll"
7EXPORTS
8;DllMain
9XInputGetState
10XInputSetState
11XInputGetCapabilities
12XInputEnable
13XInputGetBatteryInformation
14XInputGetKeystroke
15XInputGetAudioDeviceIds
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;
6LIBRARY "XINPUT1_4.dll"
7EXPORTS
8;DllMain@12
9XInputGetState@8
10XInputSetState@8
11XInputGetCapabilities@12
12XInputEnable@4
13XInputGetBatteryInformation@12
14XInputGetKeystroke@12
15XInputGetAudioDeviceIds@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