Make _xmalloc16() static.

This commit is contained in:
Marcus Meissner 2005-05-16 08:47:40 +00:00 committed by Alexandre Julliard
parent 81e2677939
commit fc61f6c553

View file

@ -299,7 +299,7 @@ extern BOOL WINAPI K32WOWCallback16Ex( DWORD vpfn16, DWORD dwFlags,
* RETURNS * RETURNS
* the allocated segmented pointer and a HRESULT * the allocated segmented pointer and a HRESULT
*/ */
HRESULT static HRESULT
_xmalloc16(DWORD size, SEGPTR *ptr) { _xmalloc16(DWORD size, SEGPTR *ptr) {
LPMALLOC16 mllc; LPMALLOC16 mllc;
DWORD args[2]; DWORD args[2];