comparison src/version.c @ 3634:286ba0251c0a v7.3.577

updated for version 7.3.577 Problem: Size of memory does not fit in 32 bit unsigned. Solution: Use Kbyte instead of byte. Call GlobalMemoryStatusEx() instead of GlobalMemoryStatus() when available.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 15:51:30 +0200
parents 7e3fedfc3d08
children 0e9b2622c94a
comparison
equal deleted inserted replaced
3633:79053041fb31 3634:286ba0251c0a
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 577,
717 /**/ 719 /**/
718 576, 720 576,
719 /**/ 721 /**/
720 575, 722 575,
721 /**/ 723 /**/