mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and
others.
Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the
GUI build. (Hirohito Higashi, closes vim/vim#3932)
4f97475d32
This commit is contained in:
@@ -218,7 +218,7 @@ local footer = [[
|
||||
|
||||
local non_static = header .. [[
|
||||
#ifndef DLLEXPORT
|
||||
# ifdef WIN32
|
||||
# ifdef MSWIN
|
||||
# define DLLEXPORT __declspec(dllexport)
|
||||
# else
|
||||
# define DLLEXPORT
|
||||
|
Reference in New Issue
Block a user