Generate Sources of origin/master updated at Sat Jul 9 17:46:52 GMT 2016

This commit is contained in:
omniavinco 2016-07-10 02:46:52 +09:00
parent a56fb7777e
commit 93ef744f23

View File

@ -13669,7 +13669,8 @@ GLboolean glewCreateContext (struct createParams *params)
i = 0;
contextAttrs[i++] = kCGLPFAAccelerated; /* No software rendering */
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_7
/* MAC_OS_X_VERSION_10_7 == 1070 */
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
if (params->profile & GL_CONTEXT_CORE_PROFILE_BIT)
{
if (params->major==3 && params->minor>=2)