From 4b9f767845ffcfff3eed8d0aa5aac7cc9ce29e58 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 20 Apr 2005 16:21:16 +0000 Subject: [PATCH] Specify the proper call convention in the PropSysFreeString() implementation. --- dlls/ole32/ole2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index f88980005e2..7f497e1e345 100644 --- a/dlls/ole32/ole2.c +++ b/dlls/ole32/ole2.c @@ -2411,7 +2411,7 @@ BSTR WINAPI PropSysAllocString(LPCOLESTR str) * NOTES * Copy of SysFreeString. */ -void PropSysFreeString(LPOLESTR str) +void WINAPI PropSysFreeString(LPOLESTR str) { DWORD* bufferPointer;