You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2004/04/13 22:42:57 UTC

cvs commit: xml-xalan/c/src/xalanc/Include PlatformDefinitions.hpp

dmitryh     2004/04/13 13:42:57

  Modified:    c/src/xalanc/Include PlatformDefinitions.hpp
  Log:
  Fix allowing compiling C-API Test
  
  Revision  Changes    Path
  1.8       +2 -0      xml-xalan/c/src/xalanc/Include/PlatformDefinitions.hpp
  
  Index: PlatformDefinitions.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Include/PlatformDefinitions.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PlatformDefinitions.hpp	6 Apr 2004 15:08:45 -0000	1.7
  +++ PlatformDefinitions.hpp	13 Apr 2004 20:42:57 -0000	1.8
  @@ -16,7 +16,9 @@
   #if !defined(PLATFORMDEFINITIONS_HEADER_GUARD_1357924680)
   #define PLATFORMDEFINITIONS_HEADER_GUARD_1357924680
   
  +#if defined(__cplusplus)
   #include "xercesc/util/XercesDefs.hpp"
  +#endif
   
   #if defined(_MSC_VER)
   #include "VCPPDefinitions.hpp"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org