patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLE

Problem:    MS-Windows: unnessarily loading libraries when registering OLE.
Solution:   Skip loading libraries when invoked with "-register".
This commit is contained in:
Bram Moolenaar
2021-05-01 17:46:03 +02:00
parent b6c2e9a010
commit 3d0e7a956a
4 changed files with 21 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2821,
/**/
2820,
/**/