SlideIO
2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
src
slideio
core
slideio_core_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_CORE)
7
#define SLIDEIO_CORE_EXPORTS __declspec(dllexport)
8
#else
9
#define SLIDEIO_CORE_EXPORTS __declspec(dllimport)
10
#endif
11
#else
12
#define SLIDEIO_CORE_EXPORTS
13
#endif
14
15
// #if defined(WIN32)
16
// #if defined(_DEBUG)
17
// #define _CRTDBG_MAP_ALLOC
18
// #include <stdlib.h>
19
// #include <crtdbg.h>
20
// #endif
21
// #endif
Generated by
1.9.5