mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 03:43:37 +08:00
5a28a0560c
Trying to use or link DllMain symbol from some random system DLL library is in most cases a mistake. So hide all DllMain definitions from all def files. Signed-off-by: Martin Storsjö <martin@martin.st>
13 lines
228 B
Modula-2
13 lines
228 B
Modula-2
;
|
|
; Definition file of XINPUT1_2.dll
|
|
; Automatic generated by gendef
|
|
; written by Kai Tietz 2008
|
|
;
|
|
LIBRARY "XINPUT1_2.dll"
|
|
EXPORTS
|
|
XInputEnable
|
|
XInputGetCapabilities
|
|
XInputGetDSoundAudioDeviceGuids
|
|
XInputGetState
|
|
XInputSetState
|