mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
Fixed last mmap issue with mingw windows build.
This commit is contained in:
parent
41b9ae33de
commit
96b215ff10
@ -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 New Issue
Block a user