get rid of warning about macro redefinition

This commit is contained in:
Bryn Lloyd 2019-03-04 14:52:58 +01:00
parent 0be72fb374
commit 8f1799b4be

View File

@ -62,6 +62,11 @@ namespace netgen {
*/
// Bryn Lloyd - get rid of warning about macro redefinition (previously defined in mydefs.hpp)
#if defined(DLL_HEADER)
#undef DLL_HEADER
#endif
namespace nglib {
#include "nglib.h"
}