Allow IntEngExtEscape stub to return something.
Modified: trunk/reactos/subsys/win32k/objects/print.c
_____
Modified: trunk/reactos/subsys/win32k/objects/print.c
--- trunk/reactos/subsys/win32k/objects/print.c 2005-01-29 17:39:09 UTC
(rev 13362)
+++ trunk/reactos/subsys/win32k/objects/print.c 2005-01-29 20:16:48 UTC
(rev 13363)
@@ -93,7 +93,7 @@
if (Escape == 0x1101)
return 0;
- UNIMPLEMENTED;
+ DPRINT1("IntEngExtEscape is nimplemented. - Keep going and have a
nice day\n");
return -1;
}