SlideIO
2.0.0
Open-source library for reading of medical images
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
g
o
r
s
~
Functions
g
o
r
s
~
Related Functions
Files
File List
•
All
Classes
Namespaces
Functions
Enumerations
Enumerator
Friends
Pages
Loading...
Searching...
No Matches
src
slideio
slideio
slideio_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_API)
7
#define SLIDEIO_EXPORTS __declspec(dllexport)
8
#else
9
#define SLIDEIO_EXPORTS __declspec(dllimport)
10
#endif
11
#else
12
#define SLIDEIO_EXPORTS
13
#endif
14
Generated by
1.9.5