зеркало из https://github.com/mozilla/pjs.git
fix compilation on windows. r+a=fixing-bustage
This commit is contained in:
Родитель
68043313e6
Коммит
e2276ac252
|
@ -456,7 +456,7 @@ WebGLContext::InitAndValidateGL()
|
||||||
// http://www.gamedev.net/community/forums/topic.asp?topic_id=525643
|
// http://www.gamedev.net/community/forums/topic.asp?topic_id=525643
|
||||||
// Also, if the ATI/Windows driver implements a recent GL spec version, this shouldn't be needed anyway.
|
// Also, if the ATI/Windows driver implements a recent GL spec version, this shouldn't be needed anyway.
|
||||||
#ifdef XP_WIN
|
#ifdef XP_WIN
|
||||||
if (gl->Vendor() != GLContext::VendorATI))
|
if (gl->Vendor() != gl::GLContext::VendorATI)
|
||||||
#else
|
#else
|
||||||
if (true)
|
if (true)
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче