summaryrefslogtreecommitdiff
path: root/test/miscdefines.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/miscdefines.c')
-rw-r--r--test/miscdefines.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/miscdefines.c b/test/miscdefines.c
index e4bc79a..89a8c87 100644
--- a/test/miscdefines.c
+++ b/test/miscdefines.c
@@ -23,11 +23,11 @@
#include <epoxy/gl.h>
-#ifdef BUILD_EGL
+#if EPOXY_SUPPORT_EGL
#include <epoxy/egl.h>
#endif
-#ifdef BUILD_GLX
+#if EPOXY_SUPPORT_GLX
#include <epoxy/glx.h>
#endif
@@ -61,7 +61,7 @@
/* Do we want to export GL_GLEXT_VERSION? */
-int main(int argc, char **argv)
+int main(void)
{
return 0;
}