From fc61f6c55355a181394f688ef9695f1e2159087a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 16 May 2005 08:47:40 +0000 Subject: [PATCH] Make _xmalloc16() static. --- dlls/ole32/ole16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ole32/ole16.c b/dlls/ole32/ole16.c index 3c21c6e0f16..b0850e38593 100644 --- a/dlls/ole32/ole16.c +++ b/dlls/ole32/ole16.c @@ -299,7 +299,7 @@ extern BOOL WINAPI K32WOWCallback16Ex( DWORD vpfn16, DWORD dwFlags, * RETURNS * the allocated segmented pointer and a HRESULT */ -HRESULT +static HRESULT _xmalloc16(DWORD size, SEGPTR *ptr) { LPMALLOC16 mllc; DWORD args[2];