Fixed last mmap issue with mingw windows build.

This commit is contained in:
Kevin Koltzau 2004-05-27 01:55:20 +00:00 committed by Alexandre Julliard
parent 41b9ae33de
commit 96b215ff10

View file

@ -189,7 +189,7 @@ void *wine_anon_mmap( void *start, size_t size, int prot, int flags )
}
#ifdef __i386__
#if defined(__i386__) && defined(HAVE_MMAP)
/***********************************************************************
* reserve_area