@@ -17,13 +17,18 @@ #import "OFObject.h" @class OFString; #ifndef OF_WINDOWS +# include +# define OF_RTLD_LAZY RTLD_LAZY +# define OF_RTLD_NOW RTLD_NOW typedef void* of_plugin_handle_t; #else # include +# define OF_RTLD_LAZY 0 +# define OF_RTLD_NOW 0 typedef HMODULE of_plugin_handle_t; #endif OF_ASSUME_NONNULL_BEGIN