feat: no glew static on windows

This commit is contained in:
2025-10-01 10:41:29 +02:00
parent 807e0ce9d9
commit de6496ff81

View File

@ -6,7 +6,9 @@
#include <errno.h>
#include "prelude.h"
#ifndef WIN32
#define GLEW_STATIC
#endif
#include <GL/glew.h>
#define SCREEN_WIDTH 1024