Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Apr 26, 2024
1 parent 704627b commit 7109949
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions engine/src/gldrv/gl_globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct GFXStats
#endif

#ifndef _WIN32
//#define GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES 1

#endif
#if defined (_WIN32) || defined (__CYGWIN__)
Expand All @@ -116,11 +116,11 @@ struct GFXStats
#else
#define OSX_LOWER_THAN_10_4
#endif
#define GL_GLEXT_PROTOTYPES 1
#define __glext_h_
//#define GL_GLEXT_PROTOTYPES 1
//#define __glext_h_
#include <GLUT/glut.h>
#include "gl_undefined_extensions.h"
#undef __glext_h_
//#include "gl_undefined_extensions.h"
//#undef __glext_h_
//#endif
#include <OpenGL/glext.h>
//#include <SDL_opengl_glext.h>
Expand Down

0 comments on commit 7109949

Please sign in to comment.