Fixed last mmap issue with mingw windows build.

oldstable
Kevin Koltzau 2004-05-27 01:55:20 +00:00 committed by Alexandre Julliard
parent 41b9ae33de
commit 96b215ff10
1 changed files with 1 additions and 1 deletions

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