Oops, it doesn't do much good to declare a function as "static" in the .hxx
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "extensions.hxx"
|
||||
|
||||
bool SGSearchExtensionsString(char *extString, char *extName) {
|
||||
static bool SGSearchExtensionsString(char *extString, char *extName) {
|
||||
// Returns GL_TRUE if the *extName string appears in the *extString string,
|
||||
// surrounded by white spaces, or GL_FALSE otherwise.
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ extern "C" {
|
||||
#define APIENTRY
|
||||
#endif
|
||||
|
||||
static bool SGSearchExtensionsString(char *extString, char *extName);
|
||||
// static bool SGSearchExtensionsString(char *extString, char *extName);
|
||||
bool SGIsOpenGLExtensionSupported(char *extName);
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
||||
Reference in New Issue
Block a user