You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jp...@locus.apache.org on 2000/08/07 22:31:39 UTC

cvs commit: xml-xerces/c/src/util XercesDefs.hpp

jpolast     00/08/07 13:31:38

  Modified:    c/src/util XercesDefs.hpp
  Log:
  include SAX2_EXPORT module
  
  Revision  Changes    Path
  1.6       +9 -0      xml-xerces/c/src/util/XercesDefs.hpp
  
  Index: XercesDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XercesDefs.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XercesDefs.hpp	2000/08/01 18:26:02	1.5
  +++ XercesDefs.hpp	2000/08/07 20:31:34	1.6
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: XercesDefs.hpp,v $
  + * Revision 1.6  2000/08/07 20:31:34  jpolast
  + * include SAX2_EXPORT module
  + *
    * Revision 1.5  2000/08/01 18:26:02  aruna1
    * Tru64 support added
    *
  @@ -350,6 +353,12 @@
   #define SAX_EXPORT PLATFORM_EXPORT
   #else
   #define SAX_EXPORT PLATFORM_IMPORT
  +#endif
  +
  +#if defined(PROJ_SAX2)
  +#define SAX2_EXPORT PLATFORM_EXPORT
  +#else
  +#define SAX2_EXPORT PLATFORM_IMPORT
   #endif
   
   #if defined(PROJ_DOM)