mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
Added low-level Netware installation check.
This commit is contained in:
parent
93a2ce6e69
commit
1b9fef5d48
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user