aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/taglib_export.h
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2009-09-08 08:52:57 +0000
committerLukáš Lalinský <lalinsky@gmail.com>2009-09-08 08:52:57 +0000
commit9b17ca219cb41262cb32fb651bee8a7e352ff541 (patch)
tree969b893aebf58b6cdcc8780c088d246352356b80 /taglib/taglib_export.h
parentf644bafa441cc7e45b4a7d6f454137a8d18fa4ec (diff)
Add option for building a static version of taglib
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1021124 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'taglib/taglib_export.h')
-rw-r--r--taglib/taglib_export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/taglib_export.h b/taglib/taglib_export.h
index 02a2f217..a6894d48 100644
--- a/taglib/taglib_export.h
+++ b/taglib/taglib_export.h
@@ -26,7 +26,7 @@
#ifndef TAGLIB_EXPORT_H
#define TAGLIB_EXPORT_H
-#if defined(_WIN32) || defined(_WIN64)
+#if !defined(TAGLIB_STATIC) && (defined(_WIN32) || defined(_WIN64))
#ifdef MAKE_TAGLIB_LIB
#define TAGLIB_EXPORT __declspec(dllexport)
#else