Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7190 in orxonox.OLD for branches/shared_lib/src/util/loading


Ignore:
Timestamp:
Feb 22, 2006, 3:55:20 AM (19 years ago)
Author:
bensch
Message:

windows sucks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/src/util/loading/dynamic_loader.cc

    r7177 r7190  
    6565  DynamicLoader::initialize();
    6666
    67   this->handle = lt_dlopenext(&libName[0]);
     67  this->handle = lt_dlopen(&libName[0]);
    6868  if(this->handle == NULL)
    6969  {
     
    7777
    7878  void* handle;
    79   handle = lt_dlopenext(libName);
     79  handle = lt_dlopen(libName);
    8080  if(handle == NULL)
    8181  {
Note: See TracChangeset for help on using the changeset viewer.