You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2010/03/12 21:20:55 UTC

svn commit: r922413 - /qpid/trunk/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h

Author: astitcher
Date: Fri Mar 12 20:20:55 2010
New Revision: 922413

URL: http://svn.apache.org/viewvc?rev=922413&view=rev
Log:
Correct Windows qmf lib build so that the library entry points get exported without any warning

Modified:
    qpid/trunk/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h

Modified: qpid/trunk/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h?rev=922413&r1=922412&r2=922413&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/agent/QmfAgentImportExport.h Fri Mar 12 20:20:55 2010
@@ -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)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org