mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-045
This commit is contained in:
parent
334a3bfb0d
commit
4666d50709
@ -13,11 +13,14 @@
|
|||||||
* See os_mswin.c for the client side.
|
* See os_mswin.c for the client side.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
#include "vim.h"
|
||||||
|
}
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <oleauto.h>
|
#include <oleauto.h>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "vim.h"
|
|
||||||
extern HWND s_hwnd;
|
extern HWND s_hwnd;
|
||||||
extern HWND vim_parent_hwnd;
|
extern HWND vim_parent_hwnd;
|
||||||
}
|
}
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
45,
|
||||||
/**/
|
/**/
|
||||||
44,
|
44,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user