diff --git a/src/GvimExt/Makefile b/src/GvimExt/Makefile index 24880253d..5c598c1a2 100644 --- a/src/GvimExt/Makefile +++ b/src/GvimExt/Makefile @@ -10,7 +10,11 @@ APPVER=4.0 NODEBUG = 1 !endif -!include +!ifdef SDK_INCLUDE_DIR +!include $(SDK_INCLUDE_DIR)\Win32.mak +!else +!include +!endif all: gvimext.dll diff --git a/src/version.c b/src/version.c index 62dd602f5..461435473 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 727, /**/ 726, /**/