Description
When including Xerces_autoconf_config.hpp on Windows the following error messages:
error C4430: Fehlender Typspezifizierer - int wird angenommen. Hinweis: "default-int" wird von C++ nicht unterstützt. error C2146: Syntaxfehler: Fehlendes ";" vor Bezeichner "XMLSSize_t"
(Sorry that these are in German - they translate to "Missing type specifier - assuming int" and "syntax error: missing ";" before identifier "XMLSSize_t")
Apparently ssize_t is a POSIX extension and as such isn't available in MSVC (by default?)