diff --git a/libs/wine/mmap.c b/libs/wine/mmap.c index 85e81072b79..b3edee0e793 100644 --- a/libs/wine/mmap.c +++ b/libs/wine/mmap.c @@ -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