Added SPI_TRUE and SPI_FALSE for completeness; bug #163111.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 14 Jun 2006 14:43:28 +0000 (14:43 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 14 Jun 2006 14:43:28 +0000 (14:43 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@820 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
cspi/spi-impl.h

index e5317c0..6248c56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 
        * configure.in, */Makefile.am: mingw patch, modified from
        original patch by yselkowitz.  Bug #314216.
+
+       * cspi/spi-impl.h: Added #defines SPI_TRUE and SPI_FALSE
+       for completeness.  Bug #163111.
        
 2006-06-12  Bill Haneman <bill.haneman@sun.com>
 
index 829c6c3..6d15ea9 100644 (file)
@@ -63,7 +63,8 @@ typedef void AccessibleKeystrokeListener;
 typedef void AccessibleDeviceListener;
 
 typedef unsigned int SPIBoolean;
-
+#define SPI_FALSE (0)
+#define SPI_TRUE (!SPI_FALSE)
 
 #ifdef  __cplusplus
 }