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

This commit is contained in:
Michael Stefaniuc 2003-09-22 19:32:51 +00:00 committed by Alexandre Julliard
parent 23503179dc
commit 11346f94d1
1 changed files with 5 additions and 0 deletions

View File

@ -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;