Allow IntEngExtEscape stub to return something.

svn path=/trunk/; revision=13363
This commit is contained in:
Steven Edwards 2005-01-29 20:16:48 +00:00
parent 5f08703823
commit deee81164b

View file

@ -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;
}