Re: [Mingw-w64-public] [PATCH] headers: add symbols in dinput.h

2023-09-15 Thread LIU Hao
在 2023-09-15 22:50, Oleg Tolmatcev 写道: I have done it, but I don't know if it is necessary because there are many def files in "lib32" that lack them. Thanks. Pushed to master now. The x86 stdcall calling convention requires a suffix; lack of a suffix will cause undefined references. Existent

Re: [Mingw-w64-public] [PATCH] headers: add symbols in dinput.h

2023-09-15 Thread Oleg Tolmatcev
Am Fr., 15. Sept. 2023 um 10:39 Uhr schrieb LIU Hao : > > 在 2023/9/15 03:53, Oleg Tolmatcev 写道: > > diff --git a/mingw-w64-crt/lib-common/dinput8.def > > b/mingw-w64-crt/lib-common/dinput8.def > > ... > > +DirectInput8Create@20 > > +DllCanUnloadNow > > +DllGetClassObject@12 > > +DllRegisterServer

Re: [Mingw-w64-public] [PATCH] headers: add symbols in dinput.h

2023-09-15 Thread LIU Hao
在 2023/9/15 03:53, Oleg Tolmatcev 写道: diff --git a/mingw-w64-crt/lib-common/dinput8.def b/mingw-w64-crt/lib-common/dinput8.def ... +DirectInput8Create@20 +DllCanUnloadNow +DllGetClassObject@12 +DllRegisterServer +DllUnregisterServer +GetdfDIJoystick Please add necessary stdcall suffixes for

[Mingw-w64-public] [PATCH] headers: add symbols in dinput.h

2023-09-14 Thread Oleg Tolmatcev
Hello, I have added some DirectInput symbols that are required by Dolphin, Cemu and other apps. Best regards Oleg Tolmatcev From b9a0bbaaec1a431ca08780840447d3faa3d883d1 Mon Sep 17 00:00:00 2001 From: Oleg Tolmatcev Date: Sun, 13 Aug 2023 13:01:49 +0200 Subject: [PATCH] headers: add symbols in d