]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0641: MS-Windows: OLE enabled in console version v9.1.0641
authorKen Takata <kentkt@csc.jp>
Mon, 29 Jul 2024 18:57:19 +0000 (20:57 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 29 Jul 2024 18:57:19 +0000 (20:57 +0200)
commitbaaf6deb957e11227c6ffa5e22b48d9082ae7e77
treeb1ee0782822a33d14850c43243e2739b27a6c4c4
parent011f2223e5df68f45a382f6a9dff6eaf5ecac346
patch 9.1.0641: MS-Windows: OLE enabled in console version

Problem:  MS-Windows: OLE enabled in console version, may cause hang
          (Linda_pp)
Solution: Disable OLE for console version (Ken Takata)

If VIMDLL was enabled, a message box for registering OLE might be shown
even if Vim was executed in a console. (See #15372)

Enabling OLE in a console is not so useful.  Disable it.

fixes: #15372
closes: #15385

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui_w32.c
src/version.c