Ignore:
Timestamp:
Mar 1, 2000, 3:26:49 PM (25 years ago)
Author:
sandervl
Message:

fixes build problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/GL/gl.h

    r2945 r2959  
    1 /* $Id: gl.h,v 1.2 2000-02-29 13:56:52 sandervl Exp $ */
     1/* $Id: gl.h,v 1.3 2000-03-01 14:26:49 sandervl Exp $ */
    22
    33/*
     
    9999typedef void *HDC;
    100100typedef unsigned long COLORREF;
    101 #endif
    102 
    103 #if defined(_WIN32) && !defined(_WINGDI_) && !defined(OPENSTEP)
    104 #       define WGL_FONT_LINES      0
    105 #       define WGL_FONT_POLYGONS   1
    106 #       ifdef UNICODE
    107 #               define wglUseFontBitmaps  wglUseFontBitmapsW
    108 #               define wglUseFontOutlines  wglUseFontOutlinesW
    109 #       else
    110 #               define wglUseFontBitmaps  wglUseFontBitmapsA
    111 #               define wglUseFontOutlines  wglUseFontOutlinesA
    112 #       endif /* !UNICODE */
    113 typedef struct tagLAYERPLANEDESCRIPTOR LAYERPLANEDESCRIPTOR, *PLAYERPLANEDESCRIPTOR, *LPLAYERPLANEDESCRIPTOR;
    114 typedef struct _GLYPHMETRICSFLOAT GLYPHMETRICSFLOAT, *PGLYPHMETRICSFLOAT, *LPGLYPHMETRICSFLOAT;
    115 typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR, *PPIXELFORMATDESCRIPTOR, *LPPIXELFORMATDESCRIPTOR;
    116 #include <gl/mesa_wgl.h>
    117101#endif
    118102
Note: See TracChangeset for help on using the changeset viewer.