From fd9ca58288d7ad03df3211689be19fd37a2e2cc4 Mon Sep 17 00:00:00 2001 From: billh Date: Wed, 14 Jun 2006 14:43:28 +0000 Subject: [PATCH] Added SPI_TRUE and SPI_FALSE for completeness; bug #163111. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@820 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 3 +++ cspi/spi-impl.h | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5317c0..6248c56 100644 --- 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 diff --git a/cspi/spi-impl.h b/cspi/spi-impl.h index 829c6c3..6d15ea9 100644 --- a/cspi/spi-impl.h +++ b/cspi/spi-impl.h @@ -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 } -- 2.7.4