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
index 459d103..e6d66f4 100644
--- 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