int33 21h is identical to int33 00h.

oldstable
Michael Stefaniuc 2003-09-02 00:58:42 +00:00 committed by Alexandre Julliard
parent dc7c2e464e
commit 8a4f2adace
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ void WINAPI DOSVM_Int33Handler( CONTEXT86 *context )
{
switch (LOWORD(context->Eax)) {
case 0x00:
case 0x21:
TRACE("Reset mouse driver and request status\n");
SET_AX( context, 0xFFFF ); /* installed */
SET_BX( context, 3 ); /* # of buttons */