Commit 1b9fef5d authored by 's avatar Committed by Alexandre Julliard

Added low-level Netware installation check.

parent 93a2ce6e
......@@ -186,6 +186,9 @@ void WINAPI INT_Int2fHandler( CONTEXT *context )
case 0x7a: /* NOVELL NetWare */
switch (AL_reg(context))
{
case 0x0: /* Low-level Netware installation check AL=0 not installed.*/
AL_reg(context) = 0;
break;
case 0x20: /* Get VLM Call Address */
/* return nothing -> NetWare not installed */
break;
......
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