feat: no glew static on windows
This commit is contained in:
@ -6,7 +6,9 @@
|
||||
#include <errno.h>
|
||||
#include "prelude.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#define GLEW_STATIC
|
||||
#endif
|
||||
#include <GL/glew.h>
|
||||
|
||||
#define SCREEN_WIDTH 1024
|
||||
|
Reference in New Issue
Block a user