mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
(win32) Don't use dllimport/dllexport (part 3)
This commit is contained in:
parent
80d0bfba19
commit
6d24dcb5ee
1 changed files with 4 additions and 0 deletions
4
third-party/miniupnp/declspec.h
vendored
4
third-party/miniupnp/declspec.h
vendored
|
@ -1,6 +1,7 @@
|
||||||
#ifndef __DECLSPEC_H__
|
#ifndef __DECLSPEC_H__
|
||||||
#define __DECLSPEC_H__
|
#define __DECLSPEC_H__
|
||||||
|
|
||||||
|
/*
|
||||||
#if defined(WIN32) && !defined(STATICLIB)
|
#if defined(WIN32) && !defined(STATICLIB)
|
||||||
#ifdef MINIUPNP_EXPORTS
|
#ifdef MINIUPNP_EXPORTS
|
||||||
#define LIBSPEC __declspec(dllexport)
|
#define LIBSPEC __declspec(dllexport)
|
||||||
|
@ -8,8 +9,11 @@
|
||||||
#define LIBSPEC __declspec(dllimport)
|
#define LIBSPEC __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
*/
|
||||||
#define LIBSPEC
|
#define LIBSPEC
|
||||||
|
/*
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue