* Stefan Reinauer stepan@coresystems.de [070610 13:49]:
- Darmawan Salihun darmawan.salihun@gmail.com [070610 11:45]:
Hi,
- Is the "platform specific (I'm not sure whether this function is
platfomr specific or not)" mmap() function is available in MinGW?
You could try to use the AWE API (Address Window Extenstion): http://msdn2.microsoft.com/en-us/library/ms810461.aspx http://msdn2.microsoft.com/en-us/library/aa366531.aspx
Several projects have mmap implementations:
libgw32c has one (here from clamav) http://www.koders.com/c/fidBEF73F4272C501403E37D4C34B2288CD3D37B102.aspx
Microsoft's "SFU" might have one (Services for Unix) http://www.microsoft.com/downloads/details.aspx?FamilyID=896C9688-601B-44F1-...
Stefan