comparison src/version.c @ 2900:4e21fd3cfc30 v7.3.223

updated for version 7.3.223 Problem: MingW cross compilation doesn't work with tiny features. Solution: Move acp_to_enc(), enc_to_utf16() and utf16_to_enc() outside of "#ifdef CLIPBOARD". Fix typo in makefile.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Jun 2011 01:30:07 +0200
parents c3b4b1c89d8e
children 69e0783ed0ef
comparison
equal deleted inserted replaced
2899:03af3c403014 2900:4e21fd3cfc30
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 223,
712 /**/ 714 /**/
713 222, 715 222,
714 /**/ 716 /**/
715 221, 717 221,
716 /**/ 718 /**/