]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Feb 2019 16:44:42 +0000 (17:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Feb 2019 16:44:42 +0000 (17:44 +0100)
commit4f97475d326c2773a78561fb874e4f23c25cbcd9
tree7e066bc70556dfbb415ddb9f364e8432e8aaf189
parent78d21dae9c3a39efb30316d3e38dce120bc1abbd
patch 8.1.0941: macros for MS-Windows are inconsistent

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 #3932)
68 files changed:
src/GvimExt/gvimext.h
src/Make_bc5.mak
src/Make_cyg_ming.mak
src/Make_ivc.mak
src/Make_mvc.mak
src/beval.h
src/blowfish.c
src/channel.c
src/edit.c
src/eval.c
src/evalfunc.c
src/ex_cmds.c
src/ex_cmds2.c
src/ex_docmd.c
src/ex_getln.c
src/feature.h
src/fileio.c
src/getchar.c
src/glbl_ime.cpp
src/globals.h
src/gui.c
src/gui.h
src/gui_beval.c
src/gui_gtk.c
src/gui_gtk_f.c
src/gui_gtk_x11.c
src/if_cscope.c
src/if_cscope.h
src/if_lua.c
src/if_mzsch.c
src/if_ole.cpp
src/if_perl.xs
src/if_python.c
src/if_python3.c
src/if_ruby.c
src/if_tcl.c
src/macros.h
src/main.c
src/mbyte.c
src/memfile.c
src/memline.c
src/menu.c
src/message.c
src/misc1.c
src/misc2.c
src/nbdebug.c
src/netbeans.c
src/normal.c
src/option.c
src/option.h
src/os_mswin.c
src/os_unix.c
src/os_w32exe.c
src/os_win32.c
src/os_win32.h
src/proto.h
src/screen.c
src/search.c
src/structs.h
src/syntax.c
src/term.c
src/terminal.c
src/ui.c
src/undo.c
src/version.c
src/vim.h
src/vim.rc
src/winclip.c