removed header guard
This commit is contained in:
parent
2735bc4669
commit
972313c4fc
@ -1,6 +1,3 @@
|
|||||||
#ifndef GLUT_WRAP_H
|
|
||||||
#define GLUT_WRAP_H
|
|
||||||
|
|
||||||
#ifdef HAVE_FREEGLUT
|
#ifdef HAVE_FREEGLUT
|
||||||
#include <GL/freeglut.h>
|
#include <GL/freeglut.h>
|
||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
@ -12,5 +9,3 @@
|
|||||||
#ifndef GLAPIENTRY
|
#ifndef GLAPIENTRY
|
||||||
#define GLAPIENTRY
|
#define GLAPIENTRY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* ! GLUT_WRAP_H */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user