summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-24 16:10:53 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-24 16:10:53 +0000
commit8aec667fed7f646113f074e2dfbb8053a83f4579 (patch)
tree0ae2ef09dcdb13b98e199fe4cd0f5342ff07371b
parent6c25bfea6a8cb4cbd8e0d900a79d40db1cd603ff (diff)
downloadATCD-8aec667fed7f646113f074e2dfbb8053a83f4579.tar.gz
added ACE_BUILD_DLL
-rw-r--r--TAO/tao/Stub.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Stub.cpp b/TAO/tao/Stub.cpp
index 80f4731f02f..f57402aad31 100644
--- a/TAO/tao/Stub.cpp
+++ b/TAO/tao/Stub.cpp
@@ -1,5 +1,6 @@
// $Id$
+#define ACE_BUILD_DLL
#include "tao/corba.h"
#if !defined (__ACE_INLINE__)