Searched refs:wxDL_LAZY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddlunix.cpp258 wxASSERT_MSG( !(flags & wxDL_NOW) || !(flags & wxDL_LAZY),
259 _T("wxDL_LAZY and wxDL_NOW are mutually exclusive.") );
265 int rtldFlags = flags & wxDL_LAZY ? RTLD_LAZY : RTLD_NOW;
274 if ( flags & wxDL_LAZY )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynlib.h67 wxDL_LAZY = 0x00000001, // resolve undefined symbols at first use enumerator in enum:wxDLFlags

Completed in 54 milliseconds