]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-045 v7.0.045
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 15:04:31 +0000 (15:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 15:04:31 +0000 (15:04 +0000)
src/if_ole.cpp
src/version.c

index 45ee335a2670b217672b52e2d4bfbbd96773b89b..a92f3a75d15970a7315fc798df3bd5327920be6c 100644 (file)
  * See os_mswin.c for the client side.
  */
 
+extern "C" {
+#include "vim.h"
+}
+
 #include <windows.h>
 #include <oleauto.h>
 
 extern "C" {
-#include "vim.h"
 extern HWND s_hwnd;
 extern HWND vim_parent_hwnd;
 }
index a2e336950d2a93632fba795583d7e45eb225001d..57fc278d24bee0e107f1ad0318980acbca5d788a 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    45,
 /**/
     44,
 /**/