Commit 4b708fc3 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

loader: Treat BSDs architecture independent for wine64.

parent 03667081
......@@ -181,7 +181,7 @@ static int pre_exec(void)
return 1; /* we have a preloader on x86-64 */
}
#elif (defined(__FreeBSD__) || defined (__FreeBSD_kernel__) || defined(__DragonFly__)) && defined(__i386__)
#elif (defined(__FreeBSD__) || defined (__FreeBSD_kernel__) || defined(__DragonFly__))
static int pre_exec(void)
{
......
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