]> code.delx.au - gnu-emacs/blobdiff - src/emacs.c
Update copyright year to 2016
[gnu-emacs] / src / emacs.c
index c411da6a5da87212b44e0dfe98138519d559c410..b1b2170a02823dd577d810880e4a0ec4eb96293d 100644 (file)
@@ -1,6 +1,6 @@
 /* Fully extensible Emacs, running on Unix, intended for GNU.
 
-Copyright (C) 1985-1987, 1993-1995, 1997-1999, 2001-2015 Free Software
+Copyright (C) 1985-1987, 1993-1995, 1997-1999, 2001-2016 Free Software
 Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -760,11 +760,11 @@ main (int argc, char **argv)
      to have non-stub implementations of APIs we need to convert file
      names between UTF-8 and the system's ANSI codepage.  */
   maybe_load_unicows_dll ();
+#endif
   /* This has to be done before module_init is called below, so that
      the latter could use the thread ID of the main thread.  */
   w32_init_main_thread ();
 #endif
-#endif
 
 #ifdef RUN_TIME_REMAP
   if (initialized)