summaryrefslogtreecommitdiff
path: root/ace/FILE.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FILE.h')
-rw-r--r--ace/FILE.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FILE.h b/ace/FILE.h
index 4e08ed07026..814c2e4f0f6 100644
--- a/ace/FILE.h
+++ b/ace/FILE.h
@@ -135,9 +135,9 @@ protected:
ACE_FILE_Addr addr_;
};
-#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
+#if defined (__ACE_INLINE__)
#include "ace/FILE.i"
-#endif /* ACE_LACKS_INLINE_FUNCTIONS */
+#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
#endif /* ACE_FILE_H */