summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-09 00:40:51 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-01-09 00:40:51 +0000
commit19df829b5aa16d0fe42bb25c62efd6b940602e52 (patch)
treea976c90b37a0601ac848b9607bd374555b8da236 /apps
parent3f0423c1c817178faba97dd7c7d920b969f501eb (diff)
downloadATCD-19df829b5aa16d0fe42bb25c62efd6b940602e52.tar.gz
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/Gateway/Gateway/Options.cpp2
-rw-r--r--apps/Gateway/Peer/Options.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/Gateway/Gateway/Options.cpp b/apps/Gateway/Gateway/Options.cpp
index dd672d8e821..59281148879 100644
--- a/apps/Gateway/Gateway/Options.cpp
+++ b/apps/Gateway/Gateway/Options.cpp
@@ -1,7 +1,7 @@
/* -*- C++ -*- */
// $Id$
-#define ACE_BUILD_DLL
+#define ACE_BUILD_SVC_DLL
#include "ace/Get_Opt.h"
#include "Event.h"
diff --git a/apps/Gateway/Peer/Options.cpp b/apps/Gateway/Peer/Options.cpp
index d89773853d5..5199be47304 100644
--- a/apps/Gateway/Peer/Options.cpp
+++ b/apps/Gateway/Peer/Options.cpp
@@ -1,4 +1,4 @@
-#define ACE_BUILD_DLL
+#define ACE_BUILD_SVC_DLL
#include "ace/Get_Opt.h"
#include "Options.h"