diff --git a/applications/osgversion/osgversion.cpp b/applications/osgversion/osgversion.cpp index 34ab01157..f9713a3ec 100644 --- a/applications/osgversion/osgversion.cpp +++ b/applications/osgversion/osgversion.cpp @@ -7,6 +7,14 @@ #include #include +// the majority of the application is dedicated to building the +// current contribitors list by parsing the ChangeLog, it just takes +// one line in the main itself to report the version number. + +#if defined(_MSC_VER) + #pragma setlocale("C") +#endif + typedef std::pair NamePair; typedef std::map NameMap; typedef std::vector< std::string > Words;