mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-02-22 08:29:32 +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 */
|