Electroneum
declspec.h
Go to the documentation of this file.
1
#ifndef DECLSPEC_H_DEFINED
2
#define DECLSPEC_H_DEFINED
3
4
#if defined(_WIN32) && !defined(STATICLIB)
5
#ifdef MINIUPNP_EXPORTS
6
#define LIBSPEC __declspec(dllexport)
7
#else
8
#define LIBSPEC __declspec(dllimport)
9
#endif
10
#else
11
#define LIBSPEC
12
#endif
13
14
#endif
/* DECLSPEC_H_DEFINED */
15
external
miniupnp
miniupnpc-libevent
declspec.h
Generated on Sun Mar 10 2024 12:00:00 for Electroneum by
1.8.14