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:
parent
9413fc5e27
commit
79e43a98e4
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
#include <os_dependent.h>
|
#include <os_dependent.h>
|
||||||
|
|
||||||
|
#define GLFW_INCLUDE_GLEXT
|
||||||
#include <GLFW/glfw3.h>
|
#include <GLFW/glfw3.h>
|
||||||
//#include <OpenGL/glext.h>
|
|
||||||
|
|
||||||
#include <palette.h>
|
#include <palette.h>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user