mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +00:00
parent
a1d3886ff0
commit
5b56f4e48a
2 changed files with 42 additions and 0 deletions
21
lib/libc/mingw/lib-common/xinput1_4.def
Normal file
21
lib/libc/mingw/lib-common/xinput1_4.def
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
;
|
||||||
|
; Definition file of XINPUT1_4.dll
|
||||||
|
; Automatic generated by gendef
|
||||||
|
; written by Kai Tietz 2008
|
||||||
|
;
|
||||||
|
LIBRARY "XINPUT1_4.dll"
|
||||||
|
EXPORTS
|
||||||
|
;DllMain
|
||||||
|
XInputGetState
|
||||||
|
XInputSetState
|
||||||
|
XInputGetCapabilities
|
||||||
|
XInputEnable
|
||||||
|
XInputGetBatteryInformation
|
||||||
|
XInputGetKeystroke
|
||||||
|
XInputGetAudioDeviceIds
|
||||||
|
;ord_100 @100
|
||||||
|
;ord_101 @101
|
||||||
|
;ord_102 @102
|
||||||
|
;ord_103 @103
|
||||||
|
;ord_104 @104
|
||||||
|
;ord_108 @108
|
||||||
21
lib/libc/mingw/lib32/xinput1_4.def
Normal file
21
lib/libc/mingw/lib32/xinput1_4.def
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
;
|
||||||
|
; Definition file of XINPUT1_4.dll
|
||||||
|
; Automatic generated by gendef
|
||||||
|
; written by Kai Tietz 2008
|
||||||
|
;
|
||||||
|
LIBRARY "XINPUT1_4.dll"
|
||||||
|
EXPORTS
|
||||||
|
;DllMain@12
|
||||||
|
XInputGetState@8
|
||||||
|
XInputSetState@8
|
||||||
|
XInputGetCapabilities@12
|
||||||
|
XInputEnable@4
|
||||||
|
XInputGetBatteryInformation@12
|
||||||
|
XInputGetKeystroke@12
|
||||||
|
XInputGetAudioDeviceIds@20
|
||||||
|
;ord_100@8 @100
|
||||||
|
;ord_101@12 @101
|
||||||
|
;ord_102@4 @102
|
||||||
|
;ord_103@4 @103
|
||||||
|
;ord_104@8 @104
|
||||||
|
;ord_108@16 @108
|
||||||
Loading…
Add table
Reference in a new issue