mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:52:58 +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
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* 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>
|
#include <w32k.h>
|
||||||
|
|
||||||
INT
|
INT
|
||||||
|
@ -65,8 +65,8 @@ IntEngExtEscape(
|
||||||
INT OutSize,
|
INT OutSize,
|
||||||
LPVOID OutData)
|
LPVOID OutData)
|
||||||
{
|
{
|
||||||
if (Escape == 0x1101) /* get opengl driver info */
|
if (Escape == 0x1101)
|
||||||
return 0; /* use default driver */
|
return 0;
|
||||||
|
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue