diff --git a/src/lib/evas/Evas_GL.h b/src/lib/evas/Evas_GL.h index c3ce92a43a..eaaaf928c4 100644 --- a/src/lib/evas/Evas_GL.h +++ b/src/lib/evas/Evas_GL.h @@ -2226,7 +2226,9 @@ typedef signed int GLfixed; // Changed khronos_int32_t #define GL_COVERAGE_COMPONENT4_NV 0x8ED1 #define GL_COVERAGE_ATTACHMENT_NV 0x8ED2 #define GL_COVERAGE_BUFFERS_NV 0x8ED3 +#ifndef GL_COVERAGE_SAMPLES_NV #define GL_COVERAGE_SAMPLES_NV 0x8ED4 +#endif #define GL_COVERAGE_ALL_FRAGMENTS_NV 0x8ED5 #define GL_COVERAGE_EDGE_FRAGMENTS_NV 0x8ED6 #define GL_COVERAGE_AUTOMATIC_NV 0x8ED7