mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
loader: Add missing checks for FreeBSD_kernel.
This commit is contained in:
parent
9832bd6c54
commit
534196fba9
@ -174,7 +174,7 @@ static int pre_exec(void)
|
||||
return 1; /* we have a preloader on x86-64 */
|
||||
}
|
||||
|
||||
#elif defined(__FreeBSD__) && defined(__i386__)
|
||||
#elif (defined(__FreeBSD__) || defined (__FreeBSD_kernel__)) && defined(__i386__)
|
||||
|
||||
static int pre_exec(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user