Commit fc61f6c5 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Make _xmalloc16() static.

parent 81e26779
......@@ -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];
......
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