Mantid
Loading...
Searching...
No Matches
DllConfig.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/*
9 This file contains the DLLExport/DLLImport linkage configuration for the
10 PythonInterfaceCore library
11*/
12#include "MantidKernel/System.h"
13
14#ifdef IN_MANTID_PYTHONINTERFACE_CORE
15#define MANTID_PYTHONINTERFACE_CORE_DLL DLLExport
16#else
17#define MANTID_PYTHONINTERFACE_CORE_DLL DLLImport
18#endif // IN_MANTID_PYTHONINTERFACE_CORE