diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-10-30 22:50:51 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-10-30 22:50:51 +0000 |
| commit | 0c640c8dadd2a0a15d5bc64b268efcd1f8ae64e7 (patch) | |
| tree | 2ed28fdf96291d20ead641ad5463c1d9d91bb80f /cpp | |
| parent | 7f069168803b3c9823aad78810dff09c9b3f3a0d (diff) | |
| download | qpid-python-0c640c8dadd2a0a15d5bc64b268efcd1f8ae64e7.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/qpid@831482 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/include/qmf/engine/QmfEngineImportExport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qmf/engine/QmfEngineImportExport.h b/cpp/include/qmf/engine/QmfEngineImportExport.h index 70164c749f..373617e046 100644 --- a/cpp/include/qmf/engine/QmfEngineImportExport.h +++ b/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) |
