From 1b9fef5d4823efccb87aef69b555aab07bca3655 Mon Sep 17 00:00:00 2001
From:  <smil@mechatronika.hu>
Date: Wed, 24 Feb 1999 13:03:40 +0000
Subject: [PATCH] Added low-level Netware installation check.

---
 msdos/int2f.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/msdos/int2f.c b/msdos/int2f.c
index ffb415a76ab..2740cf2114e 100644
--- a/msdos/int2f.c
+++ b/msdos/int2f.c
@@ -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;
-- 
GitLab