Mantid
Loading...
Searching...
No Matches
muParser_Silent.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2011 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
13#ifdef _WIN32
14#ifdef DLLExport
15#undef DLLExport // Avoid warning about redefinition
16#endif
17#include <muParser.h>
18#undef DLLExport
19#define DLLExport __declspec(dllexport) // Our version.
20#else
21#include <muParser.h>
22#endif