[GLExtensions] Remove glew includes from wgl and agl.
This commit is contained in:
parent
cf8865a6e5
commit
a024c515c8
|
@ -18,7 +18,6 @@
|
||||||
#define _INTERFACEAGL_H_
|
#define _INTERFACEAGL_H_
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <GL/glew.h>
|
|
||||||
#import <AppKit/AppKit.h>
|
#import <AppKit/AppKit.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -5,12 +5,6 @@
|
||||||
#ifndef _INTERFACEWGL_H_
|
#ifndef _INTERFACEWGL_H_
|
||||||
#define _INTERFACEWGL_H_
|
#define _INTERFACEWGL_H_
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#define GLEW_STATIC
|
|
||||||
#include <GL/glew.h>
|
|
||||||
#include <GL/wglew.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "InterfaceBase.h"
|
#include "InterfaceBase.h"
|
||||||
|
|
||||||
class cInterfaceWGL : public cInterfaceBase
|
class cInterfaceWGL : public cInterfaceBase
|
||||||
|
|
Loading…
Reference in New Issue