dbertoni    2004/01/27 18:41:59

  Modified:    c/src/xalanc/XalanExe XalanExe.cpp
  Log:
  Fixed broken preprocessor logic.
  
  Revision  Changes    Path
  1.12      +2 -0      xml-xalan/c/src/xalanc/XalanExe/XalanExe.cpp
  
  Index: XalanExe.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanExe/XalanExe.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- XalanExe.cpp      23 Jan 2004 08:01:00 -0000      1.11
  +++ XalanExe.cpp      28 Jan 2004 02:41:59 -0000      1.12
  @@ -90,8 +90,10 @@
   
   
   
  +#if defined(_MSC_VER)
   #if (_MSC_VER < 1300) && !defined(_WIN64)
   #define XALAN_USE_WINDOWS_TIMING
  +#endif
   #endif
   
   #if defined(XALAN_USE_WINDOWS_TIMING)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to