close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 6 and Version 7 of LoadDynLib


Ignore:
Timestamp:
Aug 3, 2010, 8:58:45 AM (15 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoadDynLib

    v6 v7  
    103103//Entry point of library returns the NameBlock to LoadDynLib
    104104//This is the only one exported function
     105extern "C" {
     106
    105107void* GetDynLibNameBlock<NAME>()
    106108{
    107109  return(_local_unb_);
     110}
     111
    108112}
    109113