VampPluginSDK
2.1
|
Go to the source code of this file.
Defines | |
#define | DLOPEN(a, b) dlopen((a).c_str(),(b)) |
#define | DLSYM(a, b) dlsym((a),(b)) |
#define | DLCLOSE(a) dlclose((a)) |
#define | DLERROR() dlerror() |
#define | PLUGIN_SUFFIX "so" |
#define | HAVE_OPENDIR 1 |