QtBigInt
Loading...
Searching...
No Matches
minigmp_global.h
Go to the documentation of this file.
1//#
2//# Copyright (C) 2018-2021 QuasarApp.
3//# Distributed under the lgplv3 software license, see the accompanying
4//# Everyone is permitted to copy and distribute verbatim copies
5//# of this license document, but changing it is not allowed.
6//#
7
8#ifndef MINIGMP_GLOBAL_H
9#define MINIGMP_GLOBAL_H
10
11#ifdef _WIN32
12# define MINIGMPSHARED_EXPORT __declspec(dllexport)
13#elif (linux) || defined (__linux__) || defined (__APPLE__)
14# define MINIGMPSHARED_EXPORT __attribute__((visibility("default")))
15#else
16# define MINIGMPSHARED_EXPORT
17#endif
18
19
20
21#endif //MINIGMP_GLOBAL_H