blob: 99be26d2a6d24ce7506fb20ef238a013b4e6df9a (
plain)
1
2
3
4
5
6
7
8
9
10
|
// $Id$
#define ACE_BUILD_DLL
#if defined (ACE_LACKS_INLINE_FUNCTIONS)
#include "ace/Dirent.i"
#else
#if defined (__hpux) && !defined (__GNUG__)
static int shut_up_aCC = 0;
#endif /* HPUX && !g++ */
#endif /* ACE_LACKS_INLINE_FUNCTIONS */
|