On Wed, 16 Jun 2004 13:54:37 -0500, Jonathan Fosburgh wrote:
I tried to look through the mmap.c code but I don't have enough of an understanding of what it is supposed to do to figure out how to make it work, or even work around it.
It provides mmap emulation for some systems and is responsible for enforcing a Win32 compatible address space layout upon the app:
http://winehq.com/site/docs/wine-devel/address-space
thanks -mike