summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-02-24 11:50:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-02-24 11:50:27 +0000
commit8ae9946ad6443c08e7b38b26a5b5f2c3fe3a6645 (patch)
tree2b99bbdb7d9e0089d49647f807fcc93e2a349322 /ace
parent092304067896c1ee27f9c32e1db9310dc39e1076 (diff)
downloadATCD-8ae9946ad6443c08e7b38b26a5b5f2c3fe3a6645.tar.gz
ChangelogTag: Fri Feb 24 11:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace')
-rw-r--r--ace/ACE_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE_export.h b/ace/ACE_export.h
index b52cd3e3f26..e14f71bad90 100644
--- a/ace/ACE_export.h
+++ b/ace/ACE_export.h
@@ -62,7 +62,7 @@
#else
# define ACE_NAMESPACE_INLINE_FUNCTION ACE_NAMESPACE_STORAGE_CLASS
// Microsoft Visual C++ will accept 'extern'; others refuse.
-# if defined (_MSC_VER)
+# if defined (_MSC_VER) || defined (__BORLANDC__)
# define ACE_INLINE_TEMPLATE_FUNCTION ACE_Export
# else
# define ACE_INLINE_TEMPLATE_FUNCTION