Bool may not be available when DRI_NEW_INTERFACE_ONLY is defined.
authorIan Romanick <idr@us.ibm.com>
Sun, 6 Jun 2004 01:36:30 +0000 (01:36 +0000)
committerIan Romanick <idr@us.ibm.com>
Sun, 6 Jun 2004 01:36:30 +0000 (01:36 +0000)
src/mesa/drivers/dri/ffb/server/ffb_dac.h

index ab1c8c3..2b3d1f4 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef _FFB_DAC_H
 #define _FFB_DAC_H
 
-#ifdef _SOLO
+#if defined( _SOLO ) || defined( DRI_NEW_INTERFACE_ONLY )
 #define Bool int
 #endif