I'm building vim on windows 7 with MinGW. By upgrading from 7.3.566 to
7.3.582 I get the following compile error:
-------------------
...
os_win32.c: In function 'mch_avail_mem':
os_win32.c:5012:2: error: unknown type name 'MEMORYSTATUSEX'
os_win32.c:5014:4: error: request for member 'dwLength' in something not
a structure or union
os_win32.c:5014:23: error: 'MEMORYSTATUSEX' undeclared (first use in
this function)
os_win32.c:5014:23: note: each undeclared identifier is reported only
once for each function it appears in
os_win32.c:5016:21: error: request for member 'ullAvailPhys' in
something not a structure or union
os_win32.c:5016:39: error: request for member 'ullAvailPageFile' in
something not a structure or union
make: *** [gobjZ/os_win32.o] Error 1
Error by compiling gvim.exe
--------------------
Many thanks in advance,
--
Cesar
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php