SlideIO
2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
src
slideio
imagetools
slideio_imagetools_def.hpp
1
// This file is part of slideio project.
2
// It is subject to the license terms in the LICENSE file found in the top-level directory
3
// of this distribution and at http://slideio.org/license.html.
4
#pragma once
5
#if defined(WIN32)
6
#if defined(SLIDEIO_IMAGETOOLS_API)
7
#define SLIDEIO_IMAGETOOLS_EXPORTS __declspec(dllexport)
8
#else
9
#define SLIDEIO_IMAGETOOLS_EXPORTS __declspec(dllimport)
10
#endif
11
#else
12
#define SLIDEIO_IMAGETOOLS_EXPORTS
13
#endif
14
Generated by
1.9.5