https://bugs.winehq.org/show_bug.cgi?id=54858
--- Comment #2 from Andrey Gusev andrey.goosev@gmail.com --- It fails to build
../wine/dlls/windows.system/main.c:27:20: error: redefinition of 'debugstr_hstring' 27 | static const char *debugstr_hstring( HSTRING hstr ) | ^~~~~~~~~~~~~~~~ In file included from ../wine/dlls/windows.system/main.c:23: ../wine/include/wine/debug.h:511:27: note: previous definition of 'debugstr_hstring' with type 'const char *(struct HSTRING__ *)' 511 | static inline const char *debugstr_hstring( struct HSTRING__ *s ) { return wine_dbgstr_hstring( s ); }