On Thu Mar 26 21:57:17 2026 +0000, Bernhard Kölbl wrote:
Keep in mind, Wine has `debugstr_us`, too. 😄 This looks interesting :eyes:
However, from what I can tell, this seems to be a Wine-specific function. My use case was to build a unit testing framework which I could run natively on Windows during development but run on Wine and `qemu-user` for CI to test across different architectures. As per the [FAQs](https://gitlab.winehq.org/wine/wine/-/wikis/Developer-FAQ#how-can-i-detect-w...), it is not really a good idea to detect Wine to call this specific function instead of the normal `printf` in the C library. Do you think I should reword my commit message to sound less like debugging internal Wine components and more like external testing frameworks that are compatible with Windows? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10460#note_133927