diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-11-05 03:16:28 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2009-11-05 03:16:28 +0000 |
commit | 066f0968350a0efa7f908f901940ffee3775cfb7 (patch) | |
tree | cc6d5e30eec99d0329035fb2a7a0bf5e26f68ac0 /interface | |
parent | c7489cfe3f319805c069968e143e13585dcdd664 (diff) | |
download | opt-utilities-066f0968350a0efa7f908f901940ffee3775cfb7.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@90 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'interface')
-rw-r--r-- | interface/optdl.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/interface/optdl.hpp b/interface/optdl.hpp index 7956155..35b2f9b 100644 --- a/interface/optdl.hpp +++ b/interface/optdl.hpp @@ -1,5 +1,3 @@ -#ifdef __linux__ - #ifndef OPTDL_HPP #define OPTDL_HPP #define OPT_HEADER @@ -23,7 +21,7 @@ namespace opt_utilities } ~dl_init() { - lt_dlexit(); + // lt_dlexit(); } }_dl_init; @@ -136,5 +134,4 @@ namespace opt_utilities #endif -#endif //EOF |