fixes related to egl plugin

This commit is contained in:
Erwin Coumans
2018-09-10 23:31:54 -07:00
parent 3b0a44e1be
commit 9fa3e44539
3 changed files with 7 additions and 5 deletions

View File

@@ -69,6 +69,8 @@ PyInit_eglRenderer(void)
initeglRenderer(void)
#endif
{
#if PY_MAJOR_VERSION >= 3
return 0;
#endif
}
#endif //EGL_ADD_PYTHON_INIT