]> granicus.if.org Git - vim/commitdiff
patch 7.4.1332 v7.4.1332
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Feb 2016 12:42:24 +0000 (13:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Feb 2016 12:42:24 +0000 (13:42 +0100)
Problem:    Problem using Python3 when compiled with MingW.
Solution:   Define PYTHON3_HOME as a wide character string. (Yasuhiro
            Matsumoto)

src/Make_cyg_ming.mak
src/version.c

index 1c1ee8c649426c03e0b8d0df6cb9bdde9b6df3c1..6a2b91f6cf060d3ef23767c2570594020469da5a 100644 (file)
@@ -264,7 +264,7 @@ ifndef DYNAMIC_PYTHON3_DLL
 DYNAMIC_PYTHON3_DLL=python$(PYTHON3_VER).dll
 endif
 ifdef PYTHON3_HOME
-PYTHON3_HOME_DEF=-DPYTHON3_HOME=\"$(PYTHON3_HOME)\"
+PYTHON3_HOME_DEF=-DPYTHON3_HOME=L\"$(PYTHON3_HOME)\"
 endif
 
 ifeq (no,$(DYNAMIC_PYTHON3))
index 688d2c5d008e551d7aee0461447b3c4430fbefae..4bdf98885f844eaf38a2ea342b9ea906092e0d68 100644 (file)
@@ -747,6 +747,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1332,
 /**/
     1331,
 /**/