mirror of
https://github.com/vim/vim.git
synced 2025-07-24 10:45:12 -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.
|
||||
*/
|
||||
|
||||
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;
|
||||
}
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
45,
|
||||
/**/
|
||||
44,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user