#ifndef __DYNAMICLIB_LINUX_H_ #define __DYNAMICLIB_LINUX_H_ #define icsneo_dynamicLibraryLoad() dlopen("libicsneoc.so", RTLD_LAZY) #endif