Commit 1491e7b9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

loader: Add check for DragonFly BSD.

parent 1f71006f
......@@ -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)
{
......
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