Hi Marcus,
the function called is cdecl, not WINAPI
No it isn't. It's declared that way, but it's wrong. Calling it that way in Windows crashes. That's why I sent this patch: http://www.winehq.org/pipermail/wine-cvs/2007-August/035682.html
--Juan
On Mon, Aug 27, 2007 at 02:42:35PM -0700, Juan Lang wrote:
Hi Marcus,
the function called is cdecl, not WINAPI
No it isn't. It's declared that way, but it's wrong. Calling it that way in Windows crashes. That's why I sent this patch: http://www.winehq.org/pipermail/wine-cvs/2007-August/035682.html
Ah yes, this should fix the warning too (and is probably more correct).
Didn't you get a warning during compilation here?
Ciao, Marcus