Additional #if !defined(__CYGWIN32__) && !defined(_WIN32)

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3197 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
george 2009-12-06 12:21:38 +00:00
parent e690320b1d
commit c6ed380a08
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ DynamicModelDLL::DynamicModelDLL(const string &modName, const int y_length, cons
DynamicModelDLL::~DynamicModelDLL()
{
#ifdef _WIN32
#if !defined(__CYGWIN32__) && !defined(_WIN32)
FreeLibrary(dynamicHinstance);
#else
dlclose(dynamicHinstance);