summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qmf
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-10-30 22:50:51 +0000
committerStephen D. Huston <shuston@apache.org>2009-10-30 22:50:51 +0000
commitced68fb0d3acea6919f417444f8d00401c080b55 (patch)
treec89c4893a335ceef4731ead442cd58b330f2b5c0 /qpid/cpp/include/qmf
parentc888277d17493bb6f32c2e66abd7ad4b35459255 (diff)
downloadqpid-python-ced68fb0d3acea6919f417444f8d00401c080b55.tar.gz
Correct the macro used to detect DLL building to match the new target name changed in CMakeLists.txt a while back.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@831482 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include/qmf')
-rw-r--r--qpid/cpp/include/qmf/engine/QmfEngineImportExport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qmf/engine/QmfEngineImportExport.h b/qpid/cpp/include/qmf/engine/QmfEngineImportExport.h
index 70164c749f..373617e046 100644
--- a/qpid/cpp/include/qmf/engine/QmfEngineImportExport.h
+++ b/qpid/cpp/include/qmf/engine/QmfEngineImportExport.h
@@ -21,7 +21,7 @@
*/
#if defined(WIN32) && !defined(QPID_DECLARE_STATIC)
-# if defined(QMF_EXPORT) || defined (qmfcommon_EXPORTS)
+# if defined(QMF_EXPORT) || defined (qmfengine_EXPORTS)
# define QMFE_EXTERN __declspec(dllexport)
# else
# define QMFE_EXTERN __declspec(dllimport)