diff options
| author | Daniel Borca <dborca@users.sourceforge.net> | 2004-01-07 12:34:28 +0000 | 
|---|---|---|
| committer | Daniel Borca <dborca@users.sourceforge.net> | 2004-01-07 12:34:28 +0000 | 
| commit | ff1c766f7c83fd1da91acdb28ba50be396a5eeae (patch) | |
| tree | aade8ec262e7c00403c2c5c0ea6ceeeac7cbfcda | |
| parent | 203dca4287f263f4a2fd6e1fa15e5286894ac666 (diff) | |
Mingw3 prototypes
| -rw-r--r-- | src/mesa/drivers/windows/gdi/wgl.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/drivers/windows/gdi/wgl.c b/src/mesa/drivers/windows/gdi/wgl.c index 49b90e4ed6..cfcf65e67b 100644 --- a/src/mesa/drivers/windows/gdi/wgl.c +++ b/src/mesa/drivers/windows/gdi/wgl.c @@ -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);  | 
