summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-09 06:40:45 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-09 06:40:45 +0000
commit1f52ab55c21e5f037022f642b338cbfb101bcf7b (patch)
tree024ca3b3421d75a4beabcc03ff67a25db2145382
parent9eef3f668582112b76978a06cab50d730be2b250 (diff)
downloadATCD-1f52ab55c21e5f037022f642b338cbfb101bcf7b.tar.gz
Added flag ACE_BUILD_SVC_DLL
-rw-r--r--apps/Gateway/Gateway/Config_Files.cpp2
-rw-r--r--apps/Gateway/Gateway/Connection_Handler_Acceptor.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/Gateway/Gateway/Config_Files.cpp b/apps/Gateway/Gateway/Config_Files.cpp
index 4f15843cead..5be544d1863 100644
--- a/apps/Gateway/Gateway/Config_Files.cpp
+++ b/apps/Gateway/Gateway/Config_Files.cpp
@@ -1,5 +1,7 @@
// $Id$
+#define ACE_BUILD_SVC_DLL
+
#include "Config_Files.h"
#include "Options.h"
diff --git a/apps/Gateway/Gateway/Connection_Handler_Acceptor.cpp b/apps/Gateway/Gateway/Connection_Handler_Acceptor.cpp
index f38aa21a23a..20cfec0ea26 100644
--- a/apps/Gateway/Gateway/Connection_Handler_Acceptor.cpp
+++ b/apps/Gateway/Gateway/Connection_Handler_Acceptor.cpp
@@ -1,5 +1,7 @@
// $Id$
+#define ACE_BUILD_SVC_DLL
+
#include "Event_Channel.h"
#include "Connection_Handler_Acceptor.h"