Defines | |
#define | VHD_PLATFORM PLATFORM_LINUX |
#define | DYNLIB_LOAD(a) dlopen( a, RTLD_LAZY ) |
#define | DYNLIB_GETSYM(a, b) dlsym( a, b ) |
#define | DYNLIB_UNLOAD(a) dlclose( a ) |
#define | LIBDYNLIB_LIBRARY_DLL_EXPORT |
#define | NULL ((void *)0) |
#define DYNLIB_GETSYM | ( | a, | |||
b | ) | dlsym( a, b ) |
#define DYNLIB_LOAD | ( | a | ) | dlopen( a, RTLD_LAZY ) |
#define DYNLIB_UNLOAD | ( | a | ) | dlclose( a ) |
#define LIBDYNLIB_LIBRARY_DLL_EXPORT |
#define NULL ((void *)0) |
#define VHD_PLATFORM PLATFORM_LINUX |