diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-23 04:43:59 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-23 04:43:59 +0000 |
commit | f40cc79fed36173f3588f26d7bec8ee7705dc153 (patch) | |
tree | 61d38d262d43ac77fc2ad94c9e7e850cd5607622 /TODO | |
parent | 2afe8d4640d7b30bfe959c16212ea87df8e6ec7c (diff) | |
download | ATCD-f40cc79fed36173f3588f26d7bec8ee7705dc153.tar.gz |
ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -95,9 +95,6 @@ ACE/TAO Configuration Project /* Compiler enforces C++ One Definition Rule */ #undef ACE_HAS_ONE_DEFINITION_RULE -/* Platform also has __TEXT defined */ -#undef ACE_HAS_TEXT_MACRO_CONFLICT - /* Platform has void (*)(...) prototype for pthread_key_create() destructor (e.g., LynxOS). */ #undef ACE_HAS_STDARG_THR_DEST @@ -220,8 +217,8 @@ ACE/TAO Configuration Project /* The pthread_create() routine *must* take extern C functions. */ #undef ACE_HAS_THR_C_FUNC -/* Platform/compiler supports UNICODE */ -#undef ACE_HAS_UNICODE +/* Platform/compiler supports WCHAR */ +#undef ACE_HAS_WCHAR /* The Win32 platform supports WinSock 2.0 */ #undef ACE_HAS_WINSOCK2 |