mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
Mingw3 prototypes
This commit is contained in:
parent
203dca4287
commit
ff1c766f7c
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue