commit | 96b215ff10168ef63576cb53924121b74451fd30 | [log] [tgz] |
---|---|---|
author | Kevin Koltzau <kevin@plop.org> | Thu May 27 01:55:20 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu May 27 01:55:20 2004 +0000 |
tree | ce658ccf4866c7cc37007bfd1ce09047981ea6ed | |
parent | 41b9ae33de8dbfc266a03d81ab19f098ea831e04 [diff] |
Fixed last mmap issue with mingw windows build.
diff --git a/libs/wine/mmap.c b/libs/wine/mmap.c index 85e8107..b3edee0 100644 --- a/libs/wine/mmap.c +++ b/libs/wine/mmap.c
@@ -189,7 +189,7 @@ } -#ifdef __i386__ +#if defined(__i386__) && defined(HAVE_MMAP) /*********************************************************************** * reserve_area