http://bugs.winehq.org/show_bug.cgi?id=32107
--- Comment #5 from Austin English austinenglish@gmail.com 2012-10-31 00:47:33 CDT --- (In reply to comment #4)
(In reply to comment #3)
You could try to make SwapBuffers DECLSPEC_HOTPATCH and see if it helps.
I'm sorry, I don't understand what you are asking me to do. What I thought you meant doesn't appear to be so. Please elaborate?
You'll want to change: dlls/gdi32/opengl.c:BOOL WINAPI SwapBuffers( HDC hdc )
to: dlls/gdi32/opengl.c:BOOL WINAPI DECLSPEC_HOTPATCH SwapBuffers( HDC hdc )
then recompile