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

Reply via email to