Commit 11346f94 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

Silence the FIXME's produced by a check for a dos32 extender.

parent 23503179
......@@ -3706,6 +3706,11 @@ void WINAPI DOSVM_Int21Handler( CONTEXT86 *context )
TRACE( "NOVELL NETWARE - RETURN SHELL VERSION - ignored\n" );
break;
case 0xff: /* DOS32 EXTENDER (DOS/4GW) - API */
/* we don't implement a DOS32 extender */
TRACE( "DOS32 EXTENDER API - ignored\n" );
break;
default:
INT_BARF( context, 0x21 );
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