diff options
Diffstat (limited to 'ace/Dirent.cpp')
-rw-r--r-- | ace/Dirent.cpp | 6 |
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 */ |