| To: vim_dev@googlegroups.com |
| Subject: Patch 7.3.22 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.3.222 |
| Problem: Warning for building GvimExt. |
| Solution: Comment-out the DESCRIPTION line. (Mike Williams) |
| Files: src/GvimExt/gvimext.def, src/GvimExt/gvimext_ming.def |
| |
| |
| |
| |
| |
| *** 1,7 **** |
| ;gvimdef.def : Declares the module parameters for the DLL. |
| |
| LIBRARY gvimext |
| ! DESCRIPTION 'Vim Shell Extension' |
| |
| EXPORTS |
| DllCanUnloadNow private |
| --- 1,7 ---- |
| ;gvimdef.def : Declares the module parameters for the DLL. |
| |
| LIBRARY gvimext |
| ! ; DESCRIPTION 'Vim Shell Extension' |
| |
| EXPORTS |
| DllCanUnloadNow private |
| |
| |
| |
| *** 3,9 **** |
| ;Hence this is the same file as gvimext.def with private removed |
| |
| LIBRARY gvimext |
| ! DESCRIPTION 'Vim Shell Extension build with MinGW' |
| |
| EXPORTS |
| DllCanUnloadNow = DllCanUnloadNow@0 |
| --- 3,9 ---- |
| ;Hence this is the same file as gvimext.def with private removed |
| |
| LIBRARY gvimext |
| ! ; DESCRIPTION 'Vim Shell Extension build with MinGW' |
| |
| EXPORTS |
| DllCanUnloadNow = DllCanUnloadNow@0 |
| |
| |
| |
| *** 711,712 **** |
| --- 711,714 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 222, |
| /**/ |
| |
| -- |
| What is the difference between a professional and an amateur? |
| The ark was built by an amateur; professionals gave us the Titanic. |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |