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 11:12:23-07:00
log5b56f4e48ae01b8b108d063cbc2e45c83d76413d
treee2df1690aa831144c9b03b10e9a6374ca356bc13
parenta1d3886ff0fcc1db6e999da4bef0194ee075329a

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