mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Fixed last mmap issue with mingw windows build.
This commit is contained in:
parent
41b9ae33de
commit
96b215ff10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue