13 Aug
2021
13 Aug
'21
8:03 p.m.
https://bugs.winehq.org/show_bug.cgi?id=51596 --- Comment #1 from Robbert van der Helm <mail(a)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"); } -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.