mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.1.0949: MS-windows defines GUI macros different than other systems
Problem: MS-windows defines GUI macros different than other systems. Solution: Swap FEAT_GUI and FEAT_GUI_MSWIN. (Hirohito Higashi, closes #3996)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* Do ":help credits" in Vim to see a list of people who contributed.
|
||||
*/
|
||||
|
||||
#if defined(FEAT_OLE) && defined(WIN32) && defined(FEAT_GUI)
|
||||
#if defined(FEAT_OLE) && defined(FEAT_GUI_MSWIN)
|
||||
/*
|
||||
* OLE server implementation.
|
||||
*
|
||||
|
Reference in New Issue
Block a user