]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.531 v7.3.531
authorBram Moolenaar <Bram@vim.org>
Sat, 26 May 2012 22:37:51 +0000 (00:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 26 May 2012 22:37:51 +0000 (00:37 +0200)
Problem:    GUI does not work on MS-Windows.
Solution:   Add the missing #ifdef. (Patrick Avery)

src/gui.c
src/version.c

index ed80844f45f9ed50f0bf3d65d5c26071da7c8b04..caf1f12059198dd9e4d556ae727172bc06c02c97 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -102,10 +102,12 @@ gui_start()
     else
 #endif
     {
+#ifdef FEAT_GUI_GTK
        /* If there is 'f' in 'guioptions' and specify -g argument,
         * gui_mch_init_check() was not called yet.  */
        if (gui_mch_init_check() != OK)
            exit(1);
+#endif
        gui_attempt_start();
     }
 
index 516737923a9632ec71fcde3e4a708fa4b304ce97..ee34eb4cb2f468fec6ea16d70dfd2fcbbca66578 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    531,
 /**/
     530,
 /**/