Added GLFW_INCLUDE_GLEXT for glext.h inclusion.

Closes #365.
This commit is contained in:
Camilla Berglund
2014-10-13 23:56:03 +02:00
parent 6a3779d635
commit b140606a49
5 changed files with 31 additions and 6 deletions

View File

@@ -29,8 +29,8 @@
//
//========================================================================
#define GLFW_INCLUDE_GLEXT
#include <GLFW/glfw3.h>
#include <GL/glext.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -29,8 +29,8 @@
//
//========================================================================
#define GLFW_INCLUDE_GLEXT
#include <GLFW/glfw3.h>
#include <GL/glext.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -29,8 +29,8 @@
//
//========================================================================
#define GLFW_INCLUDE_GLEXT
#include <GLFW/glfw3.h>
#include <GL/glext.h>
#include <stdio.h>
#include <stdlib.h>