Skip to content

Commit 11cc096

Browse files
committed
[NTVDM]: Remove an injoke that was added and displayed when an application tried to get the internal DOS list of lists (SYSVARS) and instead replace it by a DPRINT. This won't confuse people anymore.
This DOS list-of-lists feature is completely unimplemented at the moment. svn path=/trunk/; revision=67061
1 parent f110853 commit 11cc096

File tree

1 file changed

+1
-1
lines changed
  • reactos/subsystems/mvdm/ntvdm/dos/dos32krnl

1 file changed

+1
-1
lines changed

reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2552,7 +2552,7 @@ VOID WINAPI DosInt21h(LPWORD Stack)
25522552
setES(0x0000);
25532553
setBX(0x0000);
25542554

2555-
DisplayMessage(L"Required for AARD code, do you remember? :P");
2555+
DPRINT1("INT 21h, AH=52h: This application requires the internal DOS List of lists (SYSVARS). UNIMPLEMENTED");
25562556
break;
25572557
}
25582558

0 commit comments

Comments
 (0)