mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 17:43:47 +00:00
*** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@309 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
48458fa725
commit
bc7a5cd047
@ -42,13 +42,13 @@
|
||||
#endif
|
||||
|
||||
#ifdef GLEW_MX
|
||||
extern GLEWContext _glewctx;
|
||||
GLEWContext _glewctx;
|
||||
# define glewGetContext() (&_glewctx)
|
||||
# ifdef _WIN32
|
||||
extern WGLEWContext _wglewctx;
|
||||
WGLEWContext _wglewctx;
|
||||
# define wglewGetContext() (&_wglewctx)
|
||||
# elif !defined(__APPLE__) || defined(GLEW_APPLE_GLX)
|
||||
extern GLXEWContext _glxewctx;
|
||||
GLXEWContext _glxewctx;
|
||||
# define glxewGetContext() (&_glxewctx)
|
||||
# endif
|
||||
#endif /* GLEW_MX */
|
||||
|
Loading…
Reference in New Issue
Block a user