]> git.lyx.org Git - lyx.git/blobdiff - src/main.C
ws changes only
[lyx.git] / src / main.C
index 26bbed47641188738b76e3ca2c55a95ac424811f..3dbd1ea06704cb1b8ba63fd1425119328e3e9b2a 100644 (file)
@@ -1,10 +1,12 @@
 /**
  * \file main.C
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
  * \author Jean Marc Lasgouttes
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 #include "gettext.h"
 #include "support/os.h"
 
+#ifdef HAVE_IOS
+#include <ios>
+#endif
+
+
+namespace os = lyx::support::os;
+
+
 int main(int argc, char * argv[])
 {
+#ifdef HAVE_IOS
+       std::ios_base::sync_with_stdio(false);
+#endif
+
        os::init(&argc, &argv);
 
        // initialize for internationalized version *EK*