summaryrefslogtreecommitdiff
path: root/src/cairoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairoint.h')
-rw-r--r--src/cairoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cairoint.h b/src/cairoint.h
index 346dbe6f4..a43136bea 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -146,7 +146,10 @@
# define CAIRO_MUTEX_UNLOCK(name)
#endif
+#undef MIN
#define MIN(a, b) ((a) < (b) ? (a) : (b))
+
+#undef MAX
#define MAX(a, b) ((a) > (b) ? (a) : (b))
#ifndef FALSE