From 96b215ff10168ef63576cb53924121b74451fd30 Mon Sep 17 00:00:00 2001 From: Kevin Koltzau Date: Thu, 27 May 2004 01:55:20 +0000 Subject: [PATCH] Fixed last mmap issue with mingw windows build. --- libs/wine/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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