https://bugs.winehq.org/show_bug.cgi?id=51596
--- Comment #1 from Robbert van der Helm mail@robbertvanderhelm.nl --- Apparently this does not affect applications compiled with winegcc. Only C++ code compiles with Wineg++ is affected by this. The C-equivalent compiles and runs just fine:
#include <stdio.h>
int main() { printf("Hello, world!\n"); }