Mingw3 prototypes
authorDaniel Borca <dborca@users.sourceforge.net>
Wed, 7 Jan 2004 12:34:28 +0000 (12:34 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Wed, 7 Jan 2004 12:34:28 +0000 (12:34 +0000)
src/mesa/drivers/windows/gdi/wgl.c

index 49b90e4ed65ac947e9800d307cbf8709180a8a13..cfcf65e67b65e84248913b601828ed199b09b42b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: wgl.c,v 1.2 2003/08/05 15:54:08 brianp Exp $ */
+/* $Id: wgl.c,v 1.3 2004/01/07 12:34:28 dborca Exp $ */
 
 /*
 * This library is free software; you can redistribute it and/or
@@ -471,9 +471,6 @@ WGLAPI int GLAPIENTRY wglSetLayerPaletteEntries(HDC hdc,int iLayerPlane,
 
 WGLAPI int GLAPIENTRY wglGetLayerPaletteEntries(HDC hdc,int iLayerPlane,
                                        int iStart,int cEntries,
-#ifdef __MINGW32__
-                                       CONST
-#endif
                                        COLORREF *pcr)
 {
     SetLastError(0);