You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/07/05 20:48:14 UTC

cvs commit: xml-xerces/c/src/xercesc/com StdAfx.cpp

tng         2002/07/05 11:48:14

  Modified:    c/src/xercesc/com StdAfx.cpp
  Log:
  [Bug 10065] xml4com bugs found when porting to Visual Studio .NET project files.  Fixed by Robert Buck.
  
  Revision  Changes    Path
  1.2       +5 -1      xml-xerces/c/src/xercesc/com/StdAfx.cpp
  
  Index: StdAfx.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/com/StdAfx.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StdAfx.cpp	1 Feb 2002 22:21:40 -0000	1.1
  +++ StdAfx.cpp	5 Jul 2002 18:48:14 -0000	1.2
  @@ -4,12 +4,16 @@
   
   #include "stdafx.h"
   
  -#ifdef _ATL_STATIC_REGISTRY
  +#if defined(_ATL_STATIC_REGISTRY)
   #include <statreg.h>
  +#if defined(_MSC_VER) && _MSC_VER < 1300
   #include <statreg.cpp>
   #endif
  +#endif
   
  +#if defined(_MSC_VER) && _MSC_VER < 1300
   #include <atlimpl.cpp>
  +#endif
   
   //
   //   This macro is defined in MSXML.H's compatible with IE5
  
  
  

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