still not sure why this should be necessary, but it doesn't hurt...

o use typedef to define XML_Char for non-expat  case

CVS:----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS:    src/af/util/xp/ut_xml.h src/af/util/xp/ut_xml_expat.cpp
CVS:    src/af/util/xp/ut_xml_libxml2.cpp
CVS:    src/af/xap/xp/xap_EncodingManager.h
CVS:----------------------------------------------------------------------

Regards, Frank

On Tue, 30 Jul 2002, Mike Nordell wrote:

> Instead of charging ahead a breaking the build for everyone else just to
> make MSVC compile again, could someone on *nix please test to comment the
> line
> 
> #define XML_Char char
> 
> from ut_xml.h ?
> 
> If that builds without problems, could you please commit that change
> together with adding
> 
> #if defined (WIN32) || defined(_WIN32)
> typedef char XML_Char;
> #endif
> 
> to the end of ut_types.h? Feel free put the CVS blame on me. Thanks.
> 
> /Mike
> 
> 

Francis James Franklin
[EMAIL PROTECTED]

"No, she really likes me. She told me I look like Britney Spears, and why
would you say that to somebody you don't like?"
                                                           --- Elle Woods


Reply via email to