Commit 727c31d7 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Only enable VM86 mode if we have the <sys/vm86.h> include file.

parent d0a58e21
......@@ -168,7 +168,9 @@ __ASM_GLOBAL_FUNC(vm86_enter,
__ASM_NAME("vm86_return_end") ":\n\t"
"ret" );
#define __HAVE_VM86
#ifdef HAVE_SYS_VM86_H
# define __HAVE_VM86
#endif
#endif /* linux */
......
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