diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 10:51:56 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-28 10:51:56 +0000 |
commit | fb7e3c556569bab1193fe716b15ca11f1cbd5c01 (patch) | |
tree | 1fbe7be4666263782b474585c7b37cd8f5d9ff15 /ace/Dirent.h | |
parent | 0651a1a36bdd7eed5d27c5a211c43e842f58439a (diff) | |
download | ATCD-fb7e3c556569bab1193fe716b15ca11f1cbd5c01.tar.gz |
ChangeLogTag: Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'ace/Dirent.h')
-rw-r--r-- | ace/Dirent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Dirent.h b/ace/Dirent.h index bcb197243bb..211cfa36c83 100644 --- a/ace/Dirent.h +++ b/ace/Dirent.h @@ -101,9 +101,9 @@ private: // Pointer to the directory stream. }; -#if !defined (ACE_LACKS_INLINE_FUNCTIONS) +#if !defined (__ACE_INLINE__) #include "ace/Dirent.i" -#endif /* ACE_LACKS_INLINE_FUNCTIONS */ +#endif /* __ACE_INLINE__ */ #include "ace/post.h" #endif /* ACE_DIRENT_H */ |