Commit 3adad15f authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

mscoree: Annotate WtoA with __WINE_(DEALLOC|MALLOC).

parent b4983177
......@@ -20,7 +20,7 @@
#ifndef __MSCOREE_PRIVATE__
#define __MSCOREE_PRIVATE__
extern char *WtoA(LPCWSTR wstr);
extern char *WtoA(const WCHAR *wstr) __WINE_DEALLOC(free) __WINE_MALLOC;
extern HRESULT CLRMetaHost_CreateInstance(REFIID riid, void **ppobj);
extern HRESULT CLRMetaHostPolicy_CreateInstance(REFIID riid, void **ppobj);
......
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