Specify the proper call convention in the PropSysFreeString()

implementation.
This commit is contained in:
Francois Gouget 2005-04-20 16:21:16 +00:00 committed by Alexandre Julliard
parent 4a334aed3c
commit 4b9f767845
1 changed files with 1 additions and 1 deletions

View File

@ -2411,7 +2411,7 @@ BSTR WINAPI PropSysAllocString(LPCOLESTR str)
* NOTES * NOTES
* Copy of SysFreeString. * Copy of SysFreeString.
*/ */
void PropSysFreeString(LPOLESTR str) void WINAPI PropSysFreeString(LPOLESTR str)
{ {
DWORD* bufferPointer; DWORD* bufferPointer;