mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
Allow IntEngExtEscape stub to return something.
svn path=/trunk/; revision=13363
This commit is contained in:
parent
5f08703823
commit
deee81164b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue