http://bugs.winehq.org/show_bug.cgi?id=2778
------- Additional Comments From marcus@jet.franken.de 2005-26-10 10:36 ------- if you know the exact wine file that is problematic, that one.
otherwise a simple
#include <stdio.h> int main() { printf("hello world!\n"); return 0; }
will suffice.