commit | deb9188f4f64d5d475ae28e0cc9eecc6c1f61312 | [log] [tgz] |
---|---|---|
author | Dan Bornstein <danfuzz@android.com> | Wed Sep 01 16:21:09 2010 -0700 |
committer | Raphael Moll <ralf@android.com> | Wed Sep 01 17:03:43 2010 -0700 |
tree | 24ad4fa611d83e065f75abb29b794a8541901f18 | |
parent | 9682e24bae0539babbcd3f33b8e310e6a6427a44 [diff] |
It seems that Windows actually does have a header for <stdbool.h>. Change-Id: I25d7846c066135f0af1fef2995bcb86397b23226
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.