Skip to content

Commit 4666d50

Browse files
committed
updated for version 7.0-045
1 parent 334a3bf commit 4666d50

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/if_ole.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
* See os_mswin.c for the client side.
1414
*/
1515

16+
extern "C" {
17+
#include "vim.h"
18+
}
19+
1620
#include <windows.h>
1721
#include <oleauto.h>
1822

1923
extern "C" {
20-
#include "vim.h"
2124
extern HWND s_hwnd;
2225
extern HWND vim_parent_hwnd;
2326
}

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ static char *(features[]) =
666666

667667
static int included_patches[] =
668668
{ /* Add new patch number below this line */
669+
/**/
670+
45,
669671
/**/
670672
44,
671673
/**/

0 commit comments

Comments
 (0)