Searched defs:RTLD_FIRST (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c740 #ifndef RTLD_FIRST
741 #define RTLD_FIRST 0 macro
778 ret = dlopen( path, flag | RTLD_FIRST );
782 ret = dlopen( filename, flag | RTLD_FIRST );

Completed in 70 milliseconds