You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/09/14 19:27:46 UTC

svn commit: r1808383 - /santuario/xml-security-cpp/trunk/xsec/framework/XSECDefs.hpp

Author: scantor
Date: Thu Sep 14 19:27:46 2017
New Revision: 1808383

URL: http://svn.apache.org/viewvc?rev=1808383&view=rev
Log:
Still need to depend on Xerces import/export macros.

Modified:
    santuario/xml-security-cpp/trunk/xsec/framework/XSECDefs.hpp

Modified: santuario/xml-security-cpp/trunk/xsec/framework/XSECDefs.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/framework/XSECDefs.hpp?rev=1808383&r1=1808382&r2=1808383&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/XSECDefs.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/XSECDefs.hpp Thu Sep 14 19:27:46 2017
@@ -94,9 +94,9 @@
 
 #if defined(DLL_EXPORT)
   #if defined(XSEC_BUILDING_LIBRARY)
-    #define XSEC_EXPORT XSEC_PLATFORM_EXPORT
+    #define XSEC_EXPORT XERCES_PLATFORM_EXPORT
   #else
-    #define XSEC_EXPORT XSEC_PLATFORM_IMPORT
+    #define XSEC_EXPORT XERCES_PLATFORM_IMPORT
   #endif
 #else
   #define XSEC_EXPORT