summaryrefslogtreecommitdiff
path: root/ace/svc_export.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-14 22:11:15 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-14 22:11:15 +0000
commita1a17dfbac753cc50b4e3bc7c29032ea90019439 (patch)
tree86b15c7b9cf7cf3a7d754ff2f57f66c95a169a09 /ace/svc_export.h
parent838ec91effabf7285c36dbe4309c38da4d685b83 (diff)
downloadATCD-a1a17dfbac753cc50b4e3bc7c29032ea90019439.tar.gz
ChangeLogTag:Fri Dec 14 14:05:09 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/svc_export.h')
-rw-r--r--ace/svc_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/svc_export.h b/ace/svc_export.h
index 93a851f6798..b10b4f33bc5 100644
--- a/ace/svc_export.h
+++ b/ace/svc_export.h
@@ -23,7 +23,7 @@
#if defined (ACE_SVC_HAS_DLL)
# if (ACE_SVC_HAS_DLL == 1)
-# if defined (ACE_BUILD_SVC_DLL) || defined (ACE_Svc_BUILD_DLL)
+# if defined (ACE_BUILD_SVC_DLL) || defined (ACE_SVC_BUILD_DLL)
# define ACE_Svc_Export ACE_Proper_Export_Flag
# define ACE_SVC_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
# else