# HG changeset patch # User Bram Moolenaar # Date 1308439654 -7200 # Node ID c3b4b1c89d8ed62a2624bf9404fc79f60223bd81 # Parent 1af5b00a3b8dbedc89d37831da393f7efbdef2b8 updated for version 7.3.222 Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams) diff --git a/src/GvimExt/gvimext.def b/src/GvimExt/gvimext.def --- a/src/GvimExt/gvimext.def +++ b/src/GvimExt/gvimext.def @@ -1,7 +1,7 @@ ;gvimdef.def : Declares the module parameters for the DLL. LIBRARY gvimext -DESCRIPTION 'Vim Shell Extension' +; DESCRIPTION 'Vim Shell Extension' EXPORTS DllCanUnloadNow private diff --git a/src/GvimExt/gvimext_ming.def b/src/GvimExt/gvimext_ming.def --- a/src/GvimExt/gvimext_ming.def +++ b/src/GvimExt/gvimext_ming.def @@ -3,7 +3,7 @@ ;Hence this is the same file as gvimext.def with private removed LIBRARY gvimext -DESCRIPTION 'Vim Shell Extension build with MinGW' +; DESCRIPTION 'Vim Shell Extension build with MinGW' EXPORTS DllCanUnloadNow = DllCanUnloadNow@0 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -710,6 +710,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 222, +/**/ 221, /**/ 220,