20 Apr
2005
20 Apr
'05
3:13 p.m.
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 <fgouget(a)free.fr> Specify the proper call convention in the PropSysFreeString() implementation. Fixes a winapi_check warning.
gcc should have already warned here ... interesting. Ciao, Marcus