On 11/05/18 04:24, Alexandre Julliard wrote:
Zebediah Figura z.figura12@gmail.com writes:
Signed-off-by: Zebediah Figura z.figura12@gmail.com
dlls/mp3dmod/Makefile.in | 2 +- dlls/mp3dmod/mp3dmod.c | 44 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 43 insertions(+), 3 deletions(-)
It looks like some changes are missing:
mp3dmod.c: In function ‘MediaObject_SetOutputType’: mp3dmod.c:147:17: error: ‘DMO_SET_TYPEF_CLEAR’ undeclared (first use in this function); did you mean ‘IMAGE_SYM_TYPE_CHAR’? mp3dmod.c:147:17: note: each undeclared identifier is reported only once for each function it appears in mp3dmod.c:165:19: error: ‘DMO_SET_TYPEF_TEST_ONLY’ undeclared (first use in this function); did you mean ‘DMO_SET_TYPEF_CLEAR’? Makefile:178: recipe for target 'mp3dmod.o' failed
Whoops, had that on top of some other patches. Rebased and resent.