diff options
Diffstat (limited to 'xc/extras/Mesa/src/glheader.h')
-rw-r--r-- | xc/extras/Mesa/src/glheader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/extras/Mesa/src/glheader.h b/xc/extras/Mesa/src/glheader.h index 705c25c74..f47f268bc 100644 --- a/xc/extras/Mesa/src/glheader.h +++ b/xc/extras/Mesa/src/glheader.h @@ -22,7 +22,7 @@ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/extras/Mesa/src/glheader.h,v 1.11 2000/10/26 17:57:48 dawes Exp $ */ +/* $XFree86: xc/extras/Mesa/src/glheader.h,v 1.12 2000/11/13 21:55:33 dawes Exp $ */ #ifndef GLHEADER_H @@ -137,10 +137,10 @@ #if defined(_WIN32) && !defined(_WINDEF_) && !defined(_GNU_H_WINDOWS32_BASE) && !defined(OPENSTEP) && !defined(__CYGWIN__) #if 0 # define CALLBACK GLCALLBACK -#endif -typedef int (GLAPIENTRY *PROC)(); typedef void *HGLRC; typedef void *HDC; +#endif +typedef int (GLAPIENTRY *PROC)(); typedef unsigned long COLORREF; #endif |