Skip to content
Snippets Groups Projects
Commit 1b9fef5d authored by unidentified's avatar unidentified Committed by Alexandre Julliard
Browse files

Added low-level Netware installation check.

parent 93a2ce6e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment