mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-04-06 17:02:03 +00:00
Generate Sources of master updated at Thu Mar 16 00:01:57 GMT 2023
This commit is contained in:
parent
675b56a057
commit
062db23216
@ -102,7 +102,7 @@ void* dlGetProcAddress (const GLubyte* name)
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <AvailabilityMacros.h>
|
#include <AvailabilityMacros.h>
|
||||||
|
|
||||||
#ifdef MAC_OS_X_VERSION_10_3
|
#if defined(MAC_OS_X_VERSION_10_3) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_3
|
||||||
|
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
||||||
@ -152,7 +152,7 @@ void* NSGLGetProcAddress (const GLubyte *name)
|
|||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif /* MAC_OS_X_VERSION_10_3 */
|
#endif /* defined(MAC_OS_X_VERSION_10_3) && MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_3 */
|
||||||
#endif /* __APPLE__ */
|
#endif /* __APPLE__ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user