summaryrefslogtreecommitdiff
path: root/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
commit8845af0dfae617126333186d37e0bb1eb1f19b70 (patch)
tree5b1155999cd0c18c51807c392304ece625d03194 /cpp/include
parentcab635e2c8f2c49bfd9a1ad9a8317f0f05d992cc (diff)
downloadqpid-python-8845af0dfae617126333186d37e0bb1eb1f19b70.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/qpid@922413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/agent/QmfAgentImportExport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/agent/QmfAgentImportExport.h b/cpp/include/qpid/agent/QmfAgentImportExport.h
index 9eee4a18fd..e41425a7ba 100644
--- a/cpp/include/qpid/agent/QmfAgentImportExport.h
+++ b/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)