mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
Removed some comments - previous change didn't fix infinite re-creation of print.c deps for me.
svn path=/trunk/; revision=10183
This commit is contained in:
parent
70d717f742
commit
349c610706
1 changed files with 3 additions and 3 deletions
|
@ -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.22 2004/07/17 15:52:43 blight Exp $ */
|
||||
/* $Id: print.c,v 1.23 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue