File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343DEL = del
4444endif
4545endif
46+ # Set the default $(WINVER) to make it work with WinXP.
47+ ifndef WINVER
48+ WINVER = 0x0501
49+ endif
4650CXX := $(CROSS_COMPILE ) g++
4751WINDRES := $(CROSS_COMPILE ) windres
4852WINDRES_CXX = $(CXX )
@@ -68,7 +72,7 @@ $(DLL): $(OBJ) $(RES) $(DEFFILE)
6872 $(LIBS )
6973
7074gvimext.o : gvimext.cpp
71- $(CXX ) $(CXXFLAGS ) -DFEAT_GETTEXT -c $? -o $@
75+ $(CXX ) $(CXXFLAGS ) -DFEAT_GETTEXT -DWINVER= $( WINVER ) -D_WIN32_WINNT= $( WINVER ) - c $? -o $@
7276
7377$(RES ) : gvimext_ming.rc
7478 $(WINDRES ) $(WINDRES_FLAGS ) --input-format=rc --output-format=coff -DMING $? -o $@
Original file line number Diff line number Diff line change @@ -743,6 +743,8 @@ static char *(features[]) =
743743
744744static int included_patches [] =
745745{ /* Add new patch number below this line */
746+ /**/
747+ 1508 ,
746748/**/
747749 1507 ,
748750/**/
You can’t perform that action at this time.
0 commit comments