// Created: 04/11/98
// RCS-ID: $Id$
// Copyright: (c) Wolfram Gloger and Guilhem Lavaux
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
n->GetData()->OnExit();
}
- return FALSE;
+ return false;
}
}
- return TRUE;
+ return true;
}
void wxModule::CleanUpModules()