mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-28 16:51:57 +00:00
10 lines
255 B
C
10 lines
255 B
C
/* ------------------------------------------------------------------------- */
|
|
|
|
#ifdef GLEW_MX
|
|
#define WGLEW_FUN_EXPORT
|
|
#define WGLEW_VAR_EXPORT
|
|
#else
|
|
#define WGLEW_FUN_EXPORT GLEW_FUN_EXPORT
|
|
#define WGLEW_VAR_EXPORT GLEW_VAR_EXPORT
|
|
#endif /* GLEW_MX */
|