diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-09 00:40:51 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-09 00:40:51 +0000 |
commit | 19df829b5aa16d0fe42bb25c62efd6b940602e52 (patch) | |
tree | a976c90b37a0601ac848b9607bd374555b8da236 /apps | |
parent | 3f0423c1c817178faba97dd7c7d920b969f501eb (diff) | |
download | ATCD-19df829b5aa16d0fe42bb25c62efd6b940602e52.tar.gz |
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Gateway/Gateway/Options.cpp | 2 | ||||
-rw-r--r-- | apps/Gateway/Peer/Options.cpp | 2 |
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" |