corrected glx context rec for __sun

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@466 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2007-03-01 04:08:52 +00:00
parent f99425961a
commit a397300bce
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ extern "C" {
typedef XID GLXDrawable;
typedef XID GLXPixmap;
#ifdef __sun
typedef struct __glXcontextRec *GLXContext;
typedef struct __glXContextRec *GLXContext;
#else
typedef struct __GLXcontextRec *GLXContext;
#endif