comparison src/if_ole.cpp @ 15886:cdb9cbe731b3 v8.1.0949

patch 8.1.0949: MS-windows defines GUI macros different than other systems commit https://github.com/vim/vim/commit/0472b6d149445579e3a63519b15f099f9adda3f7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 18 21:41:37 2019 +0100 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 https://github.com/vim/vim/issues/3996)
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Feb 2019 21:45:07 +0100
parents 7fad90423bd2
children 7e733046db1d
comparison
equal deleted inserted replaced
15885:95b27518f4f3 15886:cdb9cbe731b3
4 * 4 *
5 * Do ":help uganda" in Vim to read copying and usage conditions. 5 * Do ":help uganda" in Vim to read copying and usage conditions.
6 * Do ":help credits" in Vim to see a list of people who contributed. 6 * Do ":help credits" in Vim to see a list of people who contributed.
7 */ 7 */
8 8
9 #if defined(FEAT_OLE) && defined(WIN32) && defined(FEAT_GUI) 9 #if defined(FEAT_OLE) && defined(FEAT_GUI_MSWIN)
10 /* 10 /*
11 * OLE server implementation. 11 * OLE server implementation.
12 * 12 *
13 * See os_mswin.c for the client side. 13 * See os_mswin.c for the client side.
14 */ 14 */