https://bugs.winehq.org/show_bug.cgi?id=38402 Marcus Meissner <marcus(a)jet.franken.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |marcus(a)jet.franken.de Ever confirmed|0 |1 --- Comment #3 from Marcus Meissner <marcus(a)jet.franken.de> --- yes, the calling convention is mismatched. we forward to the Linux opengl, which does a UNIX cdecl callback instead of a Win32/Win64 WINAPI callback. It needs to be moved out of the auto-generated functions into wgl.c and implemented seperately. (a bit tricky due to the autogeneration of the code) -- 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.