glext.h was not included hence the error. Using GLFW3 facility to include it as some OS have OpenGL/xxx other GL/xxx for include file... NASTY!

This commit is contained in:
Godzil 2017-03-17 14:59:18 +01:00
parent 9413fc5e27
commit 79e43a98e4

View File

@ -18,8 +18,8 @@
#include <os_dependent.h>
#define GLFW_INCLUDE_GLEXT
#include <GLFW/glfw3.h>
//#include <OpenGL/glext.h>
#include <palette.h>