diff options
Diffstat (limited to 'include/sltdl/sltdl_compat.h')
-rw-r--r-- | include/sltdl/sltdl_compat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sltdl/sltdl_compat.h b/include/sltdl/sltdl_compat.h index e2ae714..a346531 100644 --- a/include/sltdl/sltdl_compat.h +++ b/include/sltdl/sltdl_compat.h @@ -27,6 +27,11 @@ extern "C" { #define LT_ERROR_CANNOT_CLOSE SLTDL_ERR_CANNOT_CLOSE #define LT_ERROR_SYMBOL_NOT_FOUND SLTDL_ERR_SYMBOL_NOT_FOUND +#define LTDL_SET_PRELOADED_SYMBOLS() lt_dlpreload_modctl( \ + lt_preloaded_symbols, \ + SLTDL_MODCTL_PRELOAD_DEFAULT) + + #ifdef __cplusplus } #endif |