https://bugs.winehq.org/show_bug.cgi?id=40902
--- Comment #3 from Carlo Bramini carlo.bramix@libero.it --- Created attachment 54998 --> https://bugs.winehq.org/attachment.cgi?id=54998 Test program
I had converted that screensaver to an EXE in order to make simpler my debugging. You can recompile it with MINGW by writing:
$ i686-w64-mingw32-gcc 3dtext.c -o 3dtext.exe -s -O2 -mwindows -lopengl32 -lglu32