1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

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
* the allocated segmented pointer and a HRESULT
*/
HRESULT
static HRESULT
_xmalloc16(DWORD size, SEGPTR *ptr) {
LPMALLOC16 mllc;
DWORD args[2];