projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d717f
)
Removed some comments - previous change didn't fix infinite re-creation of print...
author
Gregor Anich
<blight@blight.eu.org>
Sat, 17 Jul 2004 17:37:41 +0000
(17:37 +0000)
committer
Gregor Anich
<blight@blight.eu.org>
Sat, 17 Jul 2004 17:37:41 +0000
(17:37 +0000)
svn path=/trunk/; revision=10183
reactos/subsys/win32k/objects/print.c
patch
|
blob
|
history
diff --git
a/reactos/subsys/win32k/objects/print.c
b/reactos/subsys/win32k/objects/print.c
index
80d7838
..
fa9191a
100644
(file)
--- a/
reactos/subsys/win32k/objects/print.c
+++ b/
reactos/subsys/win32k/objects/print.c
@@
-16,7
+16,7
@@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* $Id: print.c,v 1.2
2 2004/07/17 15:52:43
blight Exp $ */
+/* $Id: print.c,v 1.2
3 2004/07/17 17:37:41
blight Exp $ */
#include <w32k.h>
INT
@@
-65,8
+65,8
@@
IntEngExtEscape(
INT OutSize,
LPVOID OutData)
{
- if (Escape == 0x1101)
/* get opengl driver info */
- return 0;
/* use default driver */
+ if (Escape == 0x1101)
+ return 0;
UNIMPLEMENTED;
return -1;