68d3ab6
To: vim-dev@vim.org
68d3ab6
Subject: Patch 7.0.116
68d3ab6
Fcc: outbox
68d3ab6
From: Bram Moolenaar <Bram@moolenaar.net>
68d3ab6
Mime-Version: 1.0
68d3ab6
Content-Type: text/plain; charset=ISO-8859-1
68d3ab6
Content-Transfer-Encoding: 8bit
68d3ab6
------------
68d3ab6
68d3ab6
Patch 7.0.116
68d3ab6
Problem:    64 bit Windows version reports "32 bit" in the ":version" output.
68d3ab6
            (M. Veerman)
68d3ab6
Solution:   Change the text for Win64.
68d3ab6
Files:      src/version.c
68d3ab6
68d3ab6
68d3ab6
*** ../vim-7.0.115/src/version.c	Tue Oct  3 15:49:20 2006
68d3ab6
--- src/version.c	Tue Oct  3 16:29:31 2006
68d3ab6
***************
68d3ab6
*** 668,669 ****
68d3ab6
--- 668,671 ----
68d3ab6
  {   /* Add new patch number below this line */
68d3ab6
+ /**/
68d3ab6
+     116,
68d3ab6
  /**/
68d3ab6
***************
68d3ab6
*** 962,966 ****
68d3ab6
--- 964,972 ----
68d3ab6
      MSG_PUTS(_("\nMS-Windows 16/32 bit GUI version"));
68d3ab6
  #  else
68d3ab6
+ #   ifdef _WIN64
68d3ab6
+     MSG_PUTS(_("\nMS-Windows 64 bit GUI version"));
68d3ab6
+ #   else
68d3ab6
      MSG_PUTS(_("\nMS-Windows 32 bit GUI version"));
68d3ab6
+ #   endif
68d3ab6
  #  endif
68d3ab6
      if (gui_is_win32s())
68d3ab6
68d3ab6
-- 
68d3ab6
Article in the first Free Software Magazine: "Bram Moolenaar studied electrical
68d3ab6
engineering at the Technical University of Delft and graduated in 1985 on a
68d3ab6
multi-processor Unix architecture."
68d3ab6
Response by "dimator": Could the school not afford a proper stage for the
68d3ab6
ceremony?
68d3ab6
68d3ab6
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
68d3ab6
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
68d3ab6
\\\        download, build and distribute -- http://www.A-A-P.org        ///
68d3ab6
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///