![]() |
Project
|
Go to the source code of this file.
Macros | |
#define | LIBRARY_EXTENSION ".so" |
#define | LIBRARY_TYPE void* |
#define | LIBRARY_LOAD(name) dlopen(name, RTLD_NOW) |
#define | LIBRARY_CLOSE dlclose |
#define | LIBRARY_FUNCTION dlsym |
#define | LIBRARY_PREFIX "" |
Definition in file qlibload.h.
#define LIBRARY_CLOSE dlclose |
Definition at line 28 of file qlibload.h.
#define LIBRARY_EXTENSION ".so" |
Definition at line 25 of file qlibload.h.
#define LIBRARY_FUNCTION dlsym |
Definition at line 29 of file qlibload.h.
Definition at line 27 of file qlibload.h.
#define LIBRARY_PREFIX "" |
Definition at line 35 of file qlibload.h.
#define LIBRARY_TYPE void* |
Definition at line 26 of file qlibload.h.