Changeset 7177 in orxonox.OLD for branches/shared_lib/src/util/loading/dynamic_loader.cc
- Timestamp:
- Feb 22, 2006, 12:34:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/shared_lib/src/util/loading/dynamic_loader.cc
r7175 r7177 75 75 { 76 76 DynamicLoader::initialize(); 77 77 78 void* handle; 78 79 handle = lt_dlopenext(libName);
Note: See TracChangeset
for help on using the changeset viewer.