SlideIO
2.0.0
Open-source library for reading of medical images
Loading...
Searching...
No Matches
src
slideio
drivers
ndpi
ndpi_api_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_NDPI_API)
7
#define SLIDEIO_NDPI_EXPORTS __declspec(dllexport)
8
#else
9
#define SLIDEIO_NDPI_EXPORTS __declspec(dllimport)
10
#endif
11
#else
12
#define SLIDEIO_NDPI_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
22
#include "slideio/base/log.hpp"
Generated by
1.9.5