Build fix for GLEW_VAR_EXPORT, GLEW_FUN_EXPORT

This commit is contained in:
Nigel Stewart 2016-02-06 12:35:05 +10:00
parent fe41bc3bdd
commit 4ee89ccb39
1 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,9 @@ typedef _W64 int ptrdiff_t;
#define GLEWAPIENTRY
#endif
#define GLEW_VAR_EXPORT GLEWAPI
#define GLEW_FUN_EXPORT GLEWAPI
#ifdef __cplusplus
extern "C" {
#endif