mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-28 16:51:57 +00:00
8 lines
172 B
C
8 lines
172 B
C
|
/* ------------------------------------------------------------------------- */
|
||
|
|
||
|
#ifdef GLEW_MX
|
||
|
#define GLXEW_EXPORT
|
||
|
#else
|
||
|
#define GLXEW_EXPORT extern
|
||
|
#endif /* GLEW_MX */
|