summaryrefslogtreecommitdiff
path: root/ACE/docs/wchar.txt
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-13 15:27:57 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-13 15:27:57 +0200
commitc1a34fa72eebb3ce4a735b6f405705e92019efd4 (patch)
tree9bb5d68bfdf6dd1d29152e8d52a7923067351827 /ACE/docs/wchar.txt
parent8284ece83515e45b4d5d542d550fe88f10620d86 (diff)
downloadATCD-c1a34fa72eebb3ce4a735b6f405705e92019efd4.tar.gz
Removed reference for ACE_LEGACY_MODE, not used at all
* ACE/ace/README: * ACE/docs/wchar.txt:
Diffstat (limited to 'ACE/docs/wchar.txt')
-rw-r--r--ACE/docs/wchar.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/docs/wchar.txt b/ACE/docs/wchar.txt
index 07a68a8e50a..d8b88ad8042 100644
--- a/ACE/docs/wchar.txt
+++ b/ACE/docs/wchar.txt
@@ -115,9 +115,6 @@ The way I'd recommend doing this is to add the typdefs to config.h.
@subsection wchar_legacy Legacy Support
Most of the old macros (ACE_HAS_UNICODE, ACE_HAS_MOSTLY_UNICODE_APIS) are
-ignored by default by ACE, since the new macros replaced them. If
-ACE_LEGACY_MODE is defined, there is an attempt to map them to the new scheme
-by just ACE_HAS_UNICODE == ACE_HAS_WCHAR and ACE_HAS_MOSTLY_UNICODE_APIS ==
-ACE_USES_WCHAR.
+ignored by default by ACE, since the new macros replaced them.
*/