diff options
| author | Dan Bornstein <danfuzz@android.com> | 2010-09-01 17:19:17 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-01 17:19:17 -0700 |
| commit | dad578642b5c2410e4bd35beb972cdb3a23a7292 (patch) | |
| tree | d0ffec3ea49d5c6991f11db38fed6a6b21b9ddf6 /include | |
| parent | c34f1951496a0debd89477d088f5f2d664760fbf (diff) | |
| parent | 556f09c426084b62c34742ee0810fc97ae37abf7 (diff) | |
| download | system_core-dad578642b5c2410e4bd35beb972cdb3a23a7292.tar.gz system_core-dad578642b5c2410e4bd35beb972cdb3a23a7292.tar.bz2 system_core-dad578642b5c2410e4bd35beb972cdb3a23a7292.zip | |
am 556f09c4: am f74af26d: It seems that Windows actually does have a header for <stdbool.h>.
Merge commit '556f09c426084b62c34742ee0810fc97ae37abf7'
* commit '556f09c426084b62c34742ee0810fc97ae37abf7':
It seems that Windows actually does have a header for <stdbool.h>.
Diffstat (limited to 'include')
| -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 806887bd..bb8e5efa 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. |
