[skip ci] avoid to redefine GL_GLEXT_PROTOTYPES if already defined

This commit is contained in:
wmayer
2020-06-12 14:07:45 +02:00
parent 7a8faff17d
commit 709c349fa7
3 changed files with 9 additions and 3 deletions

View File

@@ -24,7 +24,9 @@
#include "PreCompiled.h"
#ifndef FC_OS_WIN32
#define GL_GLEXT_PROTOTYPES
# ifndef GL_GLEXT_PROTOTYPES
# define GL_GLEXT_PROTOTYPES 1
# endif
#endif
#ifdef FC_OS_MACOSX

View File

@@ -24,7 +24,9 @@
#include "PreCompiled.h"
#ifndef FC_OS_WIN32
#define GL_GLEXT_PROTOTYPES
# ifndef GL_GLEXT_PROTOTYPES
# define GL_GLEXT_PROTOTYPES 1
# endif
#endif
#ifndef _PreComp_

View File

@@ -23,7 +23,9 @@
#include "PreCompiled.h"
#ifndef FC_OS_WIN32
#define GL_GLEXT_PROTOTYPES
# ifndef GL_GLEXT_PROTOTYPES
# define GL_GLEXT_PROTOTYPES 1
# endif
#endif
#ifndef _PreComp_