summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/if_ole.cpp5
-rw-r--r--src/version.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/if_ole.cpp b/src/if_ole.cpp
index 45ee335a26..a92f3a75d1 100644
--- 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 <windows.h>
#include <oleauto.h>
extern "C" {
-#include "vim.h"
extern HWND s_hwnd;
extern HWND vim_parent_hwnd;
}
diff --git a/src/version.c b/src/version.c
index a2e336950d..57fc278d24 100644
--- 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,