Commit b5f210dd authored by Charles Davis's avatar Charles Davis Committed by Alexandre Julliard

libwine: Define some functions only on i386 (Clang).

parent 3beb0060
......@@ -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
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment