From: billh Date: Wed, 14 Jun 2006 14:43:28 +0000 (+0000) Subject: Added SPI_TRUE and SPI_FALSE for completeness; bug #163111. X-Git-Tag: AT_SPI2_ATK_2_12_0~910 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=fd9ca58288d7ad03df3211689be19fd37a2e2cc4;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git 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 --- 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 }