diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-04 09:30:13 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-04 09:30:13 +0000 |
commit | ca174af8a44cfb38ccfaf84b636733fece06151a (patch) | |
tree | 2737eb21f3c0071b3be75f7284e36570a163ce89 /ace/IOStream_T.cpp | |
parent | 6dbef86665e74490caa4281187065c12e665b691 (diff) | |
download | ATCD-ca174af8a44cfb38ccfaf84b636733fece06151a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/IOStream_T.cpp')
-rw-r--r-- | ace/IOStream_T.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/IOStream_T.cpp b/ace/IOStream_T.cpp index c18285f4331..53fbde66aff 100644 --- a/ace/IOStream_T.cpp +++ b/ace/IOStream_T.cpp @@ -4,7 +4,10 @@ #if !defined (ACE_IOSTREAM_T_C) #define ACE_IOSTREAM_T_C -#include "ace/config.h" +#define ACE_BUILD_DLL + +#include "ace/IOStream_T.h" + #if !defined (ACE_LACKS_ACE_IOSTREAM) #if defined (__GNUG__) @@ -21,9 +24,6 @@ # endif /* ! ACE_IOSTREAM_T_H */ #endif /* __GNUG__ */ -#define ACE_BUILD_DLL -#include "ace/IOStream_T.h" - #if !defined (__ACE_INLINE__) #include "ace/IOStream_T.i" #endif /* !__ACE_INLINE__ */ |