MAC build is not happy about this ```make: *** [dlls/winecoreaudio.drv/coremidi.o] Error 1 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```