summaryrefslogtreecommitdiff
path: root/ace/config-win32-msvc-6.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-win32-msvc-6.h')
-rw-r--r--ace/config-win32-msvc-6.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/config-win32-msvc-6.h b/ace/config-win32-msvc-6.h
index 0de2635a306..a28e659f9ef 100644
--- a/ace/config-win32-msvc-6.h
+++ b/ace/config-win32-msvc-6.h
@@ -113,8 +113,6 @@
// Template specialization is supported.
# define ACE_HAS_TEMPLATE_SPECIALIZATION
-// Looks like Win32 has a non-const swab function
-#define ACE_HAS_NONCONST_SWAB
// At least for ACE_UNIMPLEMENTED_FUNC in class templates, this is needed to
// explicitly instantiate a template that has ACE_UNIMPLEMENTED_FUNC.