0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -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:
Bram Moolenaar
2019-02-18 21:41:37 +01:00
parent d53931ae73
commit 0472b6d149
8 changed files with 21 additions and 22 deletions

View File

@@ -15,9 +15,6 @@
// Note: If you want to check for 64-bit use the _WIN64 macro.
#if defined(WIN32) || defined(_WIN32)
# define MSWIN
# ifdef FEAT_GUI
# define FEAT_GUI_MSWIN
# endif
#endif
// use fastcall for Borland, when compiling for MS-Windows