diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-03-12 20:20:55 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-03-12 20:20:55 +0000 |
commit | dbfbf45d3d7edd5d2b4a8562d9b18ead328cdb39 (patch) | |
tree | 5b1155999cd0c18c51807c392304ece625d03194 /cpp/include | |
parent | ef9268528d3147173dfb0d2ef707ee3e4fc4f210 (diff) | |
download | qpid-python-dbfbf45d3d7edd5d2b4a8562d9b18ead328cdb39.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.h | 2 |
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) |