summaryrefslogtreecommitdiffstats
path: root/mimelib/mimelib/config.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-16 01:50:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-16 01:50:36 +0000
commitd4b702756e673463c9fc008bc6e5931aac6a9011 (patch)
tree56d925d93b2b1468fdcf6b55fbdd5bad008f74c6 /mimelib/mimelib/config.h
parent460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (diff)
downloadtdepim-d4b702756e673463c9fc008bc6e5931aac6a9011.tar.gz
tdepim-d4b702756e673463c9fc008bc6e5931aac6a9011.zip
* gcc4.4 compilation fixes
* kmail crash issues resolved * automake updates git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1062791 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimelib/mimelib/config.h')
-rw-r--r--mimelib/mimelib/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mimelib/mimelib/config.h b/mimelib/mimelib/config.h
index 529f3ff2..9467d30d 100644
--- a/mimelib/mimelib/config.h
+++ b/mimelib/mimelib/config.h
@@ -123,8 +123,7 @@ typedef bool DwBool;
# define DW_EXPORT __declspec(dllimport)
# endif
#else
-# include <kdepimmacros.h>
-# define DW_EXPORT KDE_EXPORT
+# define DW_EXPORT /* empty */
#endif
//-----------------------------------------------------------------------------