mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 05:45:07 +00:00
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:
parent
f99425961a
commit
a397300bce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user