comparison src/version.c @ 5551:9faba192ea90 v7.4.124

updated for version 7.4.124 Problem: Win32: Getting host name does not use wide function. Solution: Use GetComputerNameW() if possible. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 11 Dec 2013 18:21:45 +0100
parents 32e50f85d2c7
children 45ef9d2096e8
comparison
equal deleted inserted replaced
5550:de073f33c3f2 5551:9faba192ea90
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 124,
741 /**/ 743 /**/
742 123, 744 123,
743 /**/ 745 /**/
744 122, 746 122,
745 /**/ 747 /**/