]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynlib.cpp
mimetype.cpp/.h split into unix,mac,msw
[wxWidgets.git] / src / common / dynlib.cpp
index eca2040c2b7a786cbead18e60a34c05ac1e12b15..1ab0a358f8819d00a497d80fa2e781841a116af2 100644 (file)
 #   define wxDllOpen(lib)                dlopen(lib.fn_str(), RTLD_NOW/*RTLD_LAZY*/)
 #   define wxDllGetSymbol(handle, name)  dlsym(handle, name.mb_str())
 #   define wxDllClose                    dlclose
-aaa=1
 #elif defined(HAVE_SHL_LOAD)
 #   define wxDllOpen(lib)                shl_load(lib.fn_str(), BIND_DEFERRED, 0)
 #   define wxDllClose      shl_unload
-bbb=1
     static inline void *wxDllGetSymbol(shl_t handle, const wxString& name)
     {
         void *sym;