Specify the proper call convention in the PropSysFreeString()
implementation.
This commit is contained in:
parent
4a334aed3c
commit
4b9f767845
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue