loader: Add check for DragonFly BSD.

This commit is contained in:
André Hentschel 2012-05-28 19:22:13 +02:00 committed by Alexandre Julliard
parent 1f71006fe5
commit 1491e7b99c
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ static int pre_exec(void)
return 1; /* we have a preloader on x86-64 */
}
#elif (defined(__FreeBSD__) || defined (__FreeBSD_kernel__)) && defined(__i386__)
#elif (defined(__FreeBSD__) || defined (__FreeBSD_kernel__) || defined(__DragonFly__)) && defined(__i386__)
static int pre_exec(void)
{