mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-11 13:10:48 +05:00
get rid of warning about macro redefinition
This commit is contained in:
parent
0be72fb374
commit
8f1799b4be
@ -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 {
|
namespace nglib {
|
||||||
#include "nglib.h"
|
#include "nglib.h"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user