9 #ifndef YARP_OS_IMPL_PLATFORMDLFCN_H
10 #define YARP_OS_IMPL_PLATFORMDLFCN_H
13 #if defined(YARP_HAS_ACE)
14 # include <ace/OS_NS_dlfcn.h>
19 #elif defined(YARP_HAS_DLFCN_H)
27 #if defined(YARP_HAS_ACE)
28 using ACE_OS::dlclose;
29 using ACE_OS::dlerror;
32 #elif defined(YARP_HAS_DLFCN_H)
The main, catch-all namespace for YARP.
#define YARP_COMPILER_WARNING(x)
Generate a warning at build time on supported compilers.