diff options
author | Dan Bornstein <danfuzz@android.com> | 2010-09-01 16:21:09 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2010-09-01 17:03:43 -0700 |
commit | deb9188f4f64d5d475ae28e0cc9eecc6c1f61312 (patch) | |
tree | 24ad4fa611d83e065f75abb29b794a8541901f18 | |
parent | 9682e24bae0539babbcd3f33b8e310e6a6427a44 (diff) | |
download | system_core-deb9188f4f64d5d475ae28e0cc9eecc6c1f61312.zip system_core-deb9188f4f64d5d475ae28e0cc9eecc6c1f61312.tar.gz system_core-deb9188f4f64d5d475ae28e0cc9eecc6c1f61312.tar.bz2 |
It seems that Windows actually does have a header for <stdbool.h>.
Change-Id: I25d7846c066135f0af1fef2995bcb86397b23226
-rw-r--r-- | include/arch/windows/AndroidConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/windows/AndroidConfig.h b/include/arch/windows/AndroidConfig.h index 806887b..bb8e5ef 100644 --- a/include/arch/windows/AndroidConfig.h +++ b/include/arch/windows/AndroidConfig.h @@ -311,7 +311,7 @@ /* * Define if <stdbool.h> exists. */ -/* #define HAVE_STDBOOL_H */ +#define HAVE_STDBOOL_H /* * Define if <sched.h> exists. |