http://bugs.winehq.org/show_bug.cgi?id=34115
--- Comment #4 from Ralf Habacker ralf.habacker@freenet.de 2013-07-23 12:28:58 CDT --- (In reply to comment #2)
Builds with cl drawcircle.cpp user32.lib gdi32.lib but I had to add #define _USE_MATH_DEFINES 1 to avoid drawcircle.cpp(19) : error C2065: 'M_PI' : undeclared identifier
Thanks for this pointer, I cross compiled on linux, seems that mingw defines this by default.