summaryrefslogtreecommitdiff
path: root/ace/Dirent.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-07 03:36:55 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-07 03:36:55 +0000
commitc43374d7827b5407092a7f18b9b4a44f1957ec03 (patch)
tree9e20cc5bfec4c4cf931219d530e561b60565d40e /ace/Dirent.cpp
parente80f03bc041386234d749af9e286ff76afcff798 (diff)
downloadATCD-c43374d7827b5407092a7f18b9b4a44f1957ec03.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Dirent.cpp')
-rw-r--r--ace/Dirent.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Dirent.cpp b/ace/Dirent.cpp
index 5a4899fb1cc..6bf9def4b94 100644
--- a/ace/Dirent.cpp
+++ b/ace/Dirent.cpp
@@ -1,6 +1,6 @@
// $Id$
#define ACE_BUILD_DLL
-#if !defined (__ACE_INLINE__)
-#include "Dirent.i"
-#endif /* __ACE_INLINE__ */
+#if defined (ACE_LACKS_INLINE_FUNCTIONS)
+#include "ace/Dirent.i"
+#endif /* ACE_LACKS_INLINE_FUNCTIONS */