# HG changeset patch # User vimboss # Date 1155049471 0 # Node ID 3cd88bdcd97d7d0a3e2f5a00a6627f00970ce5b9 # Parent a07007166d518f51749cc9e145afeb023638a415 updated for version 7.0-045 diff --git a/src/if_ole.cpp b/src/if_ole.cpp --- a/src/if_ole.cpp +++ b/src/if_ole.cpp @@ -13,11 +13,14 @@ * See os_mswin.c for the client side. */ +extern "C" { +#include "vim.h" +} + #include #include extern "C" { -#include "vim.h" extern HWND s_hwnd; extern HWND vim_parent_hwnd; } diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 45, +/**/ 44, /**/ 43,