We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334a3bf commit 4666d50Copy full SHA for 4666d50
src/if_ole.cpp
@@ -13,11 +13,14 @@
13
* See os_mswin.c for the client side.
14
*/
15
16
+extern "C" {
17
+#include "vim.h"
18
+}
19
+
20
#include <windows.h>
21
#include <oleauto.h>
22
23
extern "C" {
-#include "vim.h"
24
extern HWND s_hwnd;
25
extern HWND vim_parent_hwnd;
26
}
src/version.c
@@ -666,6 +666,8 @@ static char *(features[]) =
666
667
static int included_patches[] =
668
{ /* Add new patch number below this line */
669
+/**/
670
+ 45,
671
/**/
672
44,
673
0 commit comments