On Tue Oct 3 03:47:03 2023 +0000, Michael Stefaniuc wrote:
MAC build is not happy about this
make: *** Waiting for unfinished jobs.... In file included from ../dlls/winecoreaudio.drv/midi.c:39: ../dlls/winecoreaudio.drv/coreaudio.h:26:27: error: conflicting types for 'wine_dbgstr_fourcc'; have 'const char *(INT32)' {aka 'const char *(int)'} 26 | static inline const char* wine_dbgstr_fourcc(INT32 fourcc) | ^~~~~~~~~~~~~~~~~~ In file included from ../dlls/winecoreaudio.drv/midi.c:37: ../include/wine/debug.h:327:27: note: previous definition of 'wine_dbgstr_fourcc' with type 'const char *(unsigned int)' 327 | static inline const char *wine_dbgstr_fourcc( unsigned int fourcc ) | ^~~~~~~~~~~~~~~~~~ make: *** [dlls/winecoreaudio.drv/x86_64-windows/midi.o] Error 1```
Thanks for pointing that out. I didn't notice that coreaudio has its own helper for this. I've pushed a new patchset that should work.