André Zwing : l3codeca.acm: Avoid mpg123 functions with suffix.

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


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

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

l3codeca.acm: Avoid mpg123 functions with suffix.

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

---

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

diff --git a/dlls/l3codeca.acm/Makefile.in b/dlls/l3codeca.acm/Makefile.in
index 451794b2624..31765766d4e 100644
--- a/dlls/l3codeca.acm/Makefile.in
+++ b/dlls/l3codeca.acm/Makefile.in
@@ -1,6 +1,7 @@
 MODULE    = l3codeca.acm
 IMPORTS   = $(MPG123_PE_LIBS) winmm user32 kernelbase
 EXTRAINCL = $(MPG123_PE_CFLAGS)
+EXTRADEFS = -DMPG123_NO_LARGENAME
 
 C_SRCS = \
 	mpegl3.c




More information about the wine-cvs mailing list