David Fishburn wrote: > :ver > VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 29 2015 11:12:16) > MS-Windows 32-bit GUI version with OLE support > Included patches: 1-994 > > > ps.c > option.c > os_mswin.c > winclip.c > os_win32.c > os_win32.c(679) : warning C4996: 'GetVersionExA': was declared deprecated > C:\Program Files (x86)\Windows > Kits\8.1\include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA' > popupmnu.c
This would depend on the compiler you use. AFAIK only with Windows 8 the replacement API is available. I'm still using Visual C++ 2008. I wonder what the newest compiler is that generates binaries compatible with Windows XP. -- Q: Is selling software the same as selling hardware? A: No, good hardware is sold new, good software has already been used by many. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
