Commit 4b9f7678 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Specify the proper call convention in the PropSysFreeString()

implementation.
parent 4a334aed
......@@ -2411,7 +2411,7 @@ BSTR WINAPI PropSysAllocString(LPCOLESTR str)
* NOTES
* Copy of SysFreeString.
*/
void PropSysFreeString(LPOLESTR str)
void WINAPI PropSysFreeString(LPOLESTR str)
{
DWORD* bufferPointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment