diff --git a/libraries/gl/src/gl/glad.cpp b/libraries/gl/src/gl/glad.cpp index 675816a545..a65fd80dd3 100644 --- a/libraries/gl/src/gl/glad.cpp +++ b/libraries/gl/src/gl/glad.cpp @@ -1,3 +1,5 @@ +#include +#if !defined(Q_OS_ANDROID) /* OpenGL ES loader generated by glad 0.1.16a0 on Sat Jan 13 00:26:15 2018. @@ -3238,3 +3240,4 @@ int gladLoadGLES2Loader(GLADloadproc load) { load_GL_QCOM_tiled_rendering(load); return GLVersion.major != 0 || GLVersion.minor != 0; } +#endif \ No newline at end of file diff --git a/libraries/gl/src/gl/glad_wgl.cpp b/libraries/gl/src/gl/glad_wgl.cpp index ba8e337b54..47ac7beb64 100644 --- a/libraries/gl/src/gl/glad_wgl.cpp +++ b/libraries/gl/src/gl/glad_wgl.cpp @@ -1,3 +1,5 @@ +#include +#if !defined(Q_OS_ANDROID) /* WGL loader generated by glad 0.1.16a0 on Fri Jan 12 22:56:42 2018. @@ -720,3 +722,4 @@ int gladLoadWGLLoader(GLADloadproc load, HDC hdc) { load_WGL_OML_sync_control(load); return 1; } +#endif \ No newline at end of file