File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ EXTERN char_u *p_lcs; /* 'listchars' */
627627
628628EXTERN int p_lz ; /* 'lazyredraw' */
629629EXTERN int p_lpl ; /* 'loadplugins' */
630- #if defined(DYNAMIC_LUA ) && !defined( WIN3264 )
630+ #if defined(DYNAMIC_LUA )
631631EXTERN char_u * p_luadll ; /* 'luadll' */
632632#endif
633633#ifdef FEAT_GUI_MAC
@@ -686,13 +686,13 @@ EXTERN char_u *p_path; /* 'path' */
686686#ifdef FEAT_SEARCHPATH
687687EXTERN char_u * p_cdpath ; /* 'cdpath' */
688688#endif
689- #if defined(DYNAMIC_PERL ) && !defined( WIN3264 )
689+ #if defined(DYNAMIC_PERL )
690690EXTERN char_u * p_perldll ; /* 'perldll' */
691691#endif
692- #if defined(DYNAMIC_PYTHON3 ) && !defined( WIN3264 )
692+ #if defined(DYNAMIC_PYTHON3 )
693693EXTERN char_u * p_py3dll ; /* 'pythonthreedll' */
694694#endif
695- #if defined(DYNAMIC_PYTHON ) && !defined( WIN3264 )
695+ #if defined(DYNAMIC_PYTHON )
696696EXTERN char_u * p_pydll ; /* 'pythondll' */
697697#endif
698698#ifdef FEAT_RELTIME
@@ -714,7 +714,7 @@ EXTERN int p_rs; /* 'restorescreen' */
714714EXTERN int p_ari ; /* 'allowrevins' */
715715EXTERN int p_ri ; /* 'revins' */
716716#endif
717- #if defined(DYNAMIC_RUBY ) && !defined( WIN3264 )
717+ #if defined(DYNAMIC_RUBY )
718718EXTERN char_u * p_rubydll ; /* 'rubydll' */
719719#endif
720720#ifdef FEAT_CMDL_INFO
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 1066 ,
744746/**/
745747 1065 ,
746748/**/
You can’t perform that action at this time.
0 commit comments