Tiny int17 printer fix.

This commit is contained in:
Andreas Mohr 2002-10-25 03:49:15 +00:00 committed by Alexandre Julliard
parent be163bf73b
commit 1b6f2574cd

View file

@ -38,7 +38,7 @@ void WINAPI DOSVM_Int17Handler( CONTEXT86 *context )
{
case 0x01: /* PRINTER - INITIALIZE */
FIXME("Initialize Printer - Not Supported\n");
SET_AH( context, 0 ); /* time out */
SET_AH( context, 0x30 ); /* selected | out of paper */
break;
case 0x02: /* PRINTER - GET STATUS */
FIXME("Get Printer Status - Not Supported\n");