FastTileDatabase
轻量级高性能瓦片地图数据库
Loading...
Searching...
No Matches
MeFTDGlobal.h
Go to the documentation of this file.
1#ifndef MEFTDGLOBAL_H__
2#define MEFTDGLOBAL_H__
3
4#ifndef MAP_EDGES_STATIC_FTD
5
6#if defined(_WIN32) && !defined(__CYGWIN__)
7
8#ifdef MAP_EDGES_FTD_API
9#define FTD_EXPORT _declspec(dllexport)
10#else
11#define FTD_EXPORT _declspec(dllimport)
12#endif
13
14#else
15#define FTD_EXPORT //Linux
16#endif
17
18#else
19
20//输出静态库
21#define FTD_EXPORT
22
23#endif
24
25
26
27#endif