0
0
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:
Bram Moolenaar 2006-08-08 15:04:31 +00:00
parent 334a3bfb0d
commit 4666d50709
2 changed files with 6 additions and 1 deletions

View File

@ -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;
}

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
45,
/**/
44,
/**/