dri: Rework planar image interface
[mesa.git] / src / glu / sgi / libtess / mesh.c
index 95f87cdc9499dd118d80986137a9ddfcc46fe7b1..36cb3a7be29aa637fa0adc4a6c69d9575b6a8a43 100644 (file)
 #include "mesh.h"
 #include "memalloc.h"
 
+#ifndef TRUE
 #define TRUE 1
+#endif
+#ifndef FALSE
 #define FALSE 0
+#endif
 
 static GLUvertex *allocVertex()
 {