Mantid
Loading...
Searching...
No Matches
DllOption.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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 +
7#pragma once
8
10
11#ifdef IN_MANTIDQT_COMMON
12#define EXPORT_OPT_MANTIDQT_COMMON DLLExport
13#define EXTERN_MANTIDQT_COMMON
14#else
15#define EXPORT_OPT_MANTIDQT_COMMON DLLImport
16#define EXTERN_MANTIDQT_COMMON extern
17#endif /* IN_MANTIDQT_COMMON */