We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247bf0d commit e28cfb2Copy full SHA for e28cfb2
2 files changed
src/Make_cyg_ming.mak
@@ -1006,7 +1006,7 @@ install.exe: dosinst.c
1006
$(CC) $(CFLAGS) -o install.exe dosinst.c $(LIB) -lole32 -luuid
1007
1008
uninstal.exe: uninstal.c
1009
- $(CC) $(CFLAGS) -o uninstal.exe uninstal.c $(LIB)
+ $(CC) $(CFLAGS) -o uninstal.exe uninstal.c $(LIB) -lole32
1010
1011
ifeq ($(VIMDLL),yes)
1012
$(TARGET): $(OUTDIR) $(OBJ)
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1662,
782
/**/
783
1661,
784
0 commit comments