mirror of
https://github.com/RPCS3/libusb.git
synced 2025-02-20 18:42:06 +00:00
MinGW: Use --add-stdcall-alias linker option
Naming of symbols inside the library is inconsistent on Windows: http://wyw.dcweb.cn/stdcall.htm Use this linker option to add aliases which add compatibility with the "MSVC DLL" platform when a DEF file is used. It also better matches the appearance of the Windows API itself.
This commit is contained in:
parent
29f9f9e3af
commit
bd623f70d9
@ -55,7 +55,7 @@ case $host in
|
||||
threads="windows"
|
||||
LIBS="-lsetupapi -lole32 -ladvapi32"
|
||||
# -avoid-version to avoid a naming scheme such as libusb-0.dll
|
||||
AM_LDFLAGS="-no-undefined -avoid-version"
|
||||
AM_LDFLAGS="-no-undefined -avoid-version --add-stdcall-alias"
|
||||
AC_CHECK_TOOL(RC, windres, no)
|
||||
;;
|
||||
*-cygwin*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user