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@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