mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(win32) Don't use dllimport/dllexport (part 2)
This commit is contained in:
Vendored
+4
@@ -1,6 +1,7 @@
|
||||
#ifndef __DECLSPEC_H__
|
||||
#define __DECLSPEC_H__
|
||||
|
||||
/*
|
||||
#if defined(WIN32) && !defined(STATICLIB)
|
||||
#ifdef NATPMP_EXPORTS
|
||||
#define LIBSPEC __declspec(dllexport)
|
||||
@@ -8,8 +9,11 @@
|
||||
#define LIBSPEC __declspec(dllimport)
|
||||
#endif
|
||||
#else
|
||||
*/
|
||||
#define LIBSPEC
|
||||
/*
|
||||
#endif
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user