Now it's really fixed.
This commit is contained in:
parent
a3edb3358b
commit
570b633f6b
@ -29,12 +29,12 @@
|
||||
** THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <glew.h>
|
||||
#include "glew.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <wglew.h>
|
||||
# include "wglew.h"
|
||||
#elif !defined(__ANDROID__) && (!defined(__APPLE__) || defined(GLEW_APPLE_GLX))
|
||||
# include <glxew.h>
|
||||
# include "glxew.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -29,12 +29,12 @@
|
||||
** THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <glew.h>
|
||||
#include "glew.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <wglew.h>
|
||||
# include "wglew.h"
|
||||
#elif !defined(__ANDROID__) && (!defined(__APPLE__) || defined(GLEW_APPLE_GLX))
|
||||
# include <glxew.h>
|
||||
# include "glxew.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -29,12 +29,12 @@
|
||||
** THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <glew.h>
|
||||
#include "glew.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <wglew.h>
|
||||
# include "wglew.h"
|
||||
#elif !defined(__ANDROID__) && (!defined(__APPLE__) || defined(GLEW_APPLE_GLX))
|
||||
# include <glxew.h>
|
||||
# include "glxew.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -29,12 +29,12 @@
|
||||
** THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <glew.h>
|
||||
#include "glew.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <wglew.h>
|
||||
# include "wglew.h"
|
||||
#elif !defined(__ANDROID__) && (!defined(__APPLE__) || defined(GLEW_APPLE_GLX))
|
||||
# include <glxew.h>
|
||||
# include "glxew.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user