diff src/Make_ming.mak @ 3652:8393a16069fb v7.3.586

updated for version 7.3.586 Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500.
author Bram Moolenaar <bram@vim.org>
date Fri, 06 Jul 2012 13:40:50 +0200
parents b36640b2f671
children a6ebae140d89
line wrap: on
line diff
--- a/src/Make_ming.mak
+++ b/src/Make_ming.mak
@@ -52,7 +52,7 @@ POSTSCRIPT=no
 OLE=no
 # Set the default $(WINVER) to make it work with pre-Win2k
 ifndef WINVER
-WINVER = 0x0400
+WINVER = 0x0500
 endif
 # Set to yes to enable Cscope support
 CSCOPE=yes