Re: [PATCH] the function called is cdecl, not WINAPI

2007-08-28 Thread Juan Lang
> Didn't you get a warning during compilation here? Curiously, no. --Juan

Re: [PATCH] the function called is cdecl, not WINAPI

2007-08-27 Thread Marcus Meissner
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/200

[PATCH] the function called is cdecl, not WINAPI

2007-08-27 Thread Juan Lang
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