diff options
author | bugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-13 11:42:13 +0000 |
---|---|---|
committer | bugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-13 11:42:13 +0000 |
commit | b83f23cd5f382bc0fb9e7a62d3e92e15fab48b09 (patch) | |
tree | 03a6086e904b7aea81f22fc93f954aee1c2084ff /ace | |
parent | 04cfd55fe31086fd25eb03b5809f179220f46879 (diff) | |
download | ATCD-b83f23cd5f382bc0fb9e7a62d3e92e15fab48b09.tar.gz |
Bad case-ness of the ACE_WCSDUP_EQUIVALENT macro.
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-win32-borland.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h index 0356871102d..d2eef591904 100644 --- a/ace/config-win32-borland.h +++ b/ace/config-win32-borland.h @@ -31,7 +31,7 @@ # define ACE_HAS_ITOA 1 # define ACE_STRCASECMP_EQUIVALENT ::stricmp # define ACE_STRNCASECMP_EQUIVALENT ::strnicmp -# define ACe_WCSDUP_EQUIVALENT ::_wcsdup +# define ACE_WCSDUP_EQUIVALENT ::_wcsdup # define ACE_EXPORT_NESTED_CLASSES 1 # define ACE_HAS_ANSI_CASTS 1 |