3 / 6347 files match, 1 filtered matches.
93 | static void try_load_library(const char *name) 94 | { 95 | # ifdef __unix__ 96 | library_h = dlopen(name, RTLD_NOW); 97 | # endif 98 | # ifdef _WIN32