]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-057 v7.0.057
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Aug 2006 15:34:57 +0000 (15:34 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Aug 2006 15:34:57 +0000 (15:34 +0000)
src/if_ole.cpp
src/version.c

index a92f3a75d15970a7315fc798df3bd5327920be6c..fad2097e12e5ad801e8471ba43a5673b7de30b41 100644 (file)
  * 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 <windows.h>
 #include <oleauto.h>
 
 extern "C" {
+#ifdef __BORLANDC__
+# include "vim.h"
+#endif
 extern HWND s_hwnd;
 extern HWND vim_parent_hwnd;
 }
index cfa4666d488f19c3d1c532ef9dfeef80e4fb4d2f..ef4fbac76bee7fe54b65c56f4f341c4b2097c114 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    57,
 /**/
     56,
 /**/