Re: Fix the PropSysFreeString() prototype

2005-04-20 Thread Francois Gouget
On Wed, 20 Apr 2005, Marcus Meissner wrote: On Wed, Apr 20, 2005 at 05:05:54PM +0200, Francois Gouget wrote: PropSysFreeString() is declared as stdcall both in the .spec file and in the ole2prop.h but it was missing the WINAPI qualifier in ole2.c. Changelog: * dlls/ole32/ole2.c Francois Gouget

Re: Fix the PropSysFreeString() prototype

2005-04-20 Thread Marcus Meissner
On Wed, Apr 20, 2005 at 05:05:54PM +0200, Francois Gouget wrote: > > PropSysFreeString() is declared as stdcall both in the .spec file and in > the ole2prop.h but it was missing the WINAPI qualifier in ole2.c. > > Changelog: > > * dlls/ole32/ole2.c > >Francois Gouget <[EMAIL PROTECTED]> >