home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.586 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  3.0 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.586
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.586
  11. Problem:    When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined.
  12. Solution:   Set the default for WINVER to 0x0500.
  13. Files:        src/Make_ming.mak, src/Make_cyg.mak
  14.  
  15.  
  16. *** ../vim-7.3.585/src/Make_ming.mak    2012-04-20 16:13:21.000000000 +0200
  17. --- src/Make_ming.mak    2012-06-30 21:23:55.000000000 +0200
  18. ***************
  19. *** 52,58 ****
  20.   OLE=no
  21.   # Set the default $(WINVER) to make it work with pre-Win2k
  22.   ifndef WINVER
  23. ! WINVER = 0x0400
  24.   endif
  25.   # Set to yes to enable Cscope support
  26.   CSCOPE=yes
  27. --- 52,58 ----
  28.   OLE=no
  29.   # Set the default $(WINVER) to make it work with pre-Win2k
  30.   ifndef WINVER
  31. ! WINVER = 0x0500
  32.   endif
  33.   # Set to yes to enable Cscope support
  34.   CSCOPE=yes
  35. *** ../vim-7.3.585/src/Make_cyg.mak    2011-09-30 16:56:00.000000000 +0200
  36. --- src/Make_cyg.mak    2012-06-30 21:23:42.000000000 +0200
  37. ***************
  38. *** 1,6 ****
  39.   #
  40.   # Makefile for VIM on Win32, using Cygnus gcc
  41. ! # Last updated by Dan Sharp.  Last Change: 2010 Nov 03
  42.   #
  43.   # Also read INSTALLpc.txt!
  44.   #
  45. --- 1,6 ----
  46.   #
  47.   # Makefile for VIM on Win32, using Cygnus gcc
  48. ! # Last updated by Dan Sharp.  Last Change: 2012 Jun 30
  49.   #
  50.   # Also read INSTALLpc.txt!
  51.   #
  52. ***************
  53. *** 48,54 ****
  54.   #        -L/lib/w32api to EXTRA_LIBS.
  55.   # POSTSCRIPT    no or yes: set to yes for PostScript printing (no)
  56.   # FEATURES    TINY, SMALL, NORMAL, BIG or HUGE (BIG)
  57. ! # WINVER    Lowest Win32 version to support.  (0x0400)
  58.   # CSCOPE    no or yes: to include cscope interface support (yes)
  59.   # OPTIMIZE    SPACE, SPEED, or MAXSPEED: set optimization level (MAXSPEED)
  60.   # NETBEANS    no or yes: to include netbeans interface support (yes when GUI
  61. --- 48,54 ----
  62.   #        -L/lib/w32api to EXTRA_LIBS.
  63.   # POSTSCRIPT    no or yes: set to yes for PostScript printing (no)
  64.   # FEATURES    TINY, SMALL, NORMAL, BIG or HUGE (BIG)
  65. ! # WINVER    Lowest Win32 version to support.  (0x0500)
  66.   # CSCOPE    no or yes: to include cscope interface support (yes)
  67.   # OPTIMIZE    SPACE, SPEED, or MAXSPEED: set optimization level (MAXSPEED)
  68.   # NETBEANS    no or yes: to include netbeans interface support (yes when GUI
  69. ***************
  70. *** 85,91 ****
  71.   endif
  72.   
  73.   ifndef WINVER
  74. ! WINVER = 0x0400
  75.   endif
  76.   
  77.   ifndef CSCOPE
  78. --- 85,91 ----
  79.   endif
  80.   
  81.   ifndef WINVER
  82. ! WINVER = 0x0500
  83.   endif
  84.   
  85.   ifndef CSCOPE
  86. *** ../vim-7.3.585/src/version.c    2012-07-06 13:36:36.000000000 +0200
  87. --- src/version.c    2012-07-06 13:39:41.000000000 +0200
  88. ***************
  89. *** 716,717 ****
  90. --- 716,719 ----
  91.   {   /* Add new patch number below this line */
  92. + /**/
  93. +     586,
  94.   /**/
  95.  
  96. -- 
  97. From "know your smileys":
  98.  :-&    Eating spaghetti
  99.  
  100.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  101. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  102. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  103.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  104.