comparison src/version.c @ 3691:4873d9c4ad3b v7.3.605

updated for version 7.3.605 Problem: MS-Windows: Can't compile with older compilers. (Titov Anatoly) Solution: Add #ifdef for MEMORYSTATUSEX.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 Jul 2012 11:37:26 +0200
parents acd91c9741a6
children c612d154bcdd
comparison
equal deleted inserted replaced
3690:942df3a8051b 3691:4873d9c4ad3b
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 605,
717 /**/ 719 /**/
718 604, 720 604,
719 /**/ 721 /**/
720 603, 722 603,
721 /**/ 723 /**/