André Zwing : mp3dmod: Avoid mpg123 functions with suffix.

Alexandre Julliard julliard at winehq.org
Mon May 23 15:51:52 CDT 2022


Module: wine
Branch: master
Commit: 8d441659f7c7ae359e06a99e7abaae57792356a0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8d441659f7c7ae359e06a99e7abaae57792356a0

Author: André Zwing <nerv at dawncrow.de>
Date:   Sat May 21 17:53:07 2022 +0200

mp3dmod: Avoid mpg123 functions with suffix.

Signed-off-by: André Zwing <nerv at dawncrow.de>

---

 dlls/mp3dmod/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/mp3dmod/Makefile.in b/dlls/mp3dmod/Makefile.in
index dabbb1dfeae..3ba343a4d34 100644
--- a/dlls/mp3dmod/Makefile.in
+++ b/dlls/mp3dmod/Makefile.in
@@ -1,6 +1,7 @@
 MODULE    = mp3dmod.dll
 IMPORTS   = $(MPG123_PE_LIBS) dmoguids msdmo ole32 uuid wmcodecdspuuid kernelbase
 EXTRAINCL = $(MPG123_PE_CFLAGS)
+EXTRADEFS = -DMPG123_NO_LARGENAME
 
 C_SRCS = \
 	mp3dmod.c




More information about the wine-cvs mailing list