summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-03-12 20:20:55 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-03-12 20:20:55 +0000
commit0bf534bb04b032d162a520643077420353e1e922 (patch)
tree1545731398ac8821c7dd4e78275d69626650837b /qpid/cpp/include
parentd5a1fa6cf3b9c349074b53609e0c4c383c21979d (diff)
downloadqpid-python-0bf534bb04b032d162a520643077420353e1e922.tar.gz
Correct Windows qmf lib build so that the library entry points get exported without any warning
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@922413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qpid/agent/QmfAgentImportExport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h b/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h
index 9eee4a18fd..e41425a7ba 100644
--- a/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h
+++ b/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h
@@ -21,7 +21,7 @@
*/
#if defined(WIN32) && !defined(QPID_DECLARE_STATIC)
-#if defined(QMF_AGENT_EXPORT) || defined (qmfagent_EXPORTS)
+#if defined (qmf_EXPORTS)
#define QMF_AGENT_EXTERN __declspec(dllexport)
#else
#define QMF_AGENT_EXTERN __declspec(dllimport)