diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-04 09:17:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-04 09:17:48 +0000 |
commit | 22a3d799ac7477d3eefe809f04e356062f1f9ef5 (patch) | |
tree | 21918f27e19318436e2fd9b0803b57396a0613f1 /ace/svc_export.h | |
parent | 65f8e1dffec5a62be6158994b08b059c0669639d (diff) | |
download | ATCD-22a3d799ac7477d3eefe809f04e356062f1f9ef5.tar.gz |
ChangeLogTag:Sun Mar 04 03:12:17 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/svc_export.h')
-rw-r--r-- | ace/svc_export.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/svc_export.h b/ace/svc_export.h index 0b5ca323c56..f2f320bbc9e 100644 --- a/ace/svc_export.h +++ b/ace/svc_export.h @@ -13,6 +13,10 @@ #include "ace/config-all.h" +#if defined (ACE_AS_STATIC_LIBS) && !defined (ACE_SVC_HAS_DLL) +# define ACE_SVC_HAS_DLL 0 +#endif /* ACE_AS_STATIC_LIBS && ACE_SVC_HAS_DLL */ + #if !defined (ACE_SVC_HAS_DLL) #define ACE_SVC_HAS_DLL 1 #endif /* ! ACE_SVC_HAS_DLL */ |