From: Bram Moolenaar Date: Wed, 16 Aug 2006 15:34:57 +0000 (+0000) Subject: updated for version 7.0-057 X-Git-Tag: v7.0.057 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c892474a8b8085ad65c51848c05ac70c2192ee5;p=vim updated for version 7.0-057 --- diff --git a/src/if_ole.cpp b/src/if_ole.cpp index a92f3a75d..fad2097e1 100644 --- a/src/if_ole.cpp +++ b/src/if_ole.cpp @@ -13,14 +13,23 @@ * See os_mswin.c for the client side. */ +/* + * We have some trouble with order of includes here. For Borland it needs to + * be different from MSVC... + */ +#ifndef __BORLANDC__ extern "C" { -#include "vim.h" +# include "vim.h" } +#endif #include #include extern "C" { +#ifdef __BORLANDC__ +# include "vim.h" +#endif extern HWND s_hwnd; extern HWND vim_parent_hwnd; } diff --git a/src/version.c b/src/version.c index cfa4666d4..ef4fbac76 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 57, /**/ 56, /**/