diff --git a/src/gui_w32.c b/src/gui_w32.c index 721c4480d..78f252a8b 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -5522,6 +5522,9 @@ gui_mch_prepare(int *argc, char **argv) } #ifdef FEAT_OLE +# ifdef VIMDLL + if (mch_is_gui_executable()) +# endif { int bDoRestart = FALSE; diff --git a/src/version.c b/src/version.c index 53c111893..8afbd0148 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 641, /**/ 640, /**/