mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 04:44:26 +08:00
Allow IntEngExtEscape stub to return something.
svn path=/trunk/; revision=13363
This commit is contained in:
@@ -93,7 +93,7 @@ IntEngExtEscape(
|
||||
if (Escape == 0x1101)
|
||||
return 0;
|
||||
|
||||
UNIMPLEMENTED;
|
||||
DPRINT1("IntEngExtEscape is nimplemented. - Keep going and have a nice day\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user