At 05:08 PM 06/27/2001, Bill Stoddard wrote:
>Hold off. There is a serious bug in the APR MMAP code on Windows 
>that is breaking things.
>The offending code from mmap.c is here:
>
>     offhi = (DWORD)((*new)->psize << 32);

This should be >> instead of <<.

#define HIWORD(l)           ((WORD)((DWORD_PTR)(l) >> 16))

so HIDWORD(l) would be l >> 32

-- 
Greg Marr
[EMAIL PROTECTED]
"We thought you were dead."
"I was, but I'm better now." - Sheridan, "The Summoning"

Reply via email to