Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. diff --git a/chromium/third_party/mesa/src/include/GL/glext.h b/chromium/third_party/mesa/src/include/GL/glext.h
  2. index cb19ed4..a2ef5c2 100644
  3. --- a/chromium/third_party/mesa/src/include/GL/glext.h
  4. +++ b/chromium/third_party/mesa/src/include/GL/glext.h
  5. @@ -6148,6 +6148,7 @@ typedef char GLchar;
  6. #endif
  7.  
  8. #ifndef GL_VERSION_1_5
  9. +#if !defined(TOOLKIT_QT)
  10. /* GL types for handling large vertex buffer objects */
  11. #ifdef _WIN64
  12. typedef signed long long int GLintptr;
  13. @@ -6157,6 +6158,7 @@ typedef signed long int GLintptr;
  14. typedef signed long int GLsizeiptr;
  15. #endif
  16. #endif
  17. +#endif
  18.  
  19. #ifndef GL_ARB_vertex_buffer_object
  20. /* GL types for handling large vertex buffer objects */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement