loader: Treat BSDs architecture independent for wine64.

oldstable
André Hentschel 2014-12-22 12:50:01 +01:00 committed by Alexandre Julliard
parent 036670810c
commit 4b708fc325
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{