commit | e6a16e9950111adfcfdb85261b3d5a8c13f1d533 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 14:51:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 14:51:36 2022 +0100 |
tree | f141728d6063ba98710cba6ae009e0ab96be176f | |
parent | a1a46da87d91cfbf46866627b3e66a757145e8c3 [diff] [blame] |
patch 9.0.0781: workaround to rename "small" to "smallfont" is clumsy Problem: Workaround to rename "small" to "smallfont" is clumsy. Solution: Undefine "small" after including windows.h. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 947f653..8d690ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 781, +/**/ 780, /**/ 779,