libwine: Define some functions only on i386 (Clang).
Signed-off-by: Charles Davis <cdavis5x@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3beb006063
commit
b5f210ddc9
|
@ -292,6 +292,7 @@ static inline void reserve_area( void *addr, void *end )
|
|||
}
|
||||
|
||||
|
||||
#ifdef __i386__
|
||||
/***********************************************************************
|
||||
* reserve_malloc_space
|
||||
*
|
||||
|
@ -336,6 +337,7 @@ static inline void reserve_dos_area(void)
|
|||
wine_anon_mmap( NULL, first_page, PROT_NONE, MAP_NORESERVE|MAP_FIXED );
|
||||
wine_mmap_add_reserved_area( NULL, dos_area_size );
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in New Issue