diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2011-08-08 22:14:47 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2011-08-08 22:14:47 +0000 |
commit | e56665c2407408f733c30cc29d9ee53f680bccec (patch) | |
tree | 36174eaf056c51bd003e6e7441445eb9dcaabb68 /ACE/ace/config-android.h | |
parent | af3cf185ac87aff662a4bc04c8966b76d8ef055b (diff) | |
download | ATCD-e56665c2407408f733c30cc29d9ee53f680bccec.tar.gz |
Mon Aug 8 21:46:01 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
* ace/OS_NS_time.inl:
Fix some inconsistencies in the new android-specific wrappers.
* ace/config-android.h:
Android does not supply std::wstring
* include/makeinclude/platform_linux_android.GNU:
The android supplied compiler gives a preemptive warning about
va_args mangling change, but I cannot find anything to change
in the ACE code, so I added the recommended warning suppressor.
Diffstat (limited to 'ACE/ace/config-android.h')
-rw-r--r-- | ACE/ace/config-android.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h index d9a82f1e2e9..c2912f63227 100644 --- a/ACE/ace/config-android.h +++ b/ACE/ace/config-android.h @@ -44,6 +44,7 @@ #define ACE_LACKS_SEEKDIR #define ACE_LACKS_SEMBUF_T #define ACE_LACKS_SETINHERITSCHED +#define ACE_LACKS_STD_WSTRING #define ACE_LACKS_STRRECVFD #define ACE_LACKS_SWAB #define ACE_LACKS_SYSV_SHMEM |