comparison src/os_mac.h @ 15605:62b3805506b3 v8.1.0810

patch 8.1.0810: too many #ifdefs commit https://github.com/vim/vim/commit/264b74fa545edfb92c0d7d08a02c26331cc5b168 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 24 17:18:42 2019 +0100 patch 8.1.0810: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, part 4.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 17:30:08 +0100
parents aa9c7588d30a
children 6e3dc2d630c2
comparison
equal deleted inserted replaced
15604:5d64befd4ab4 15605:62b3805506b3
35 # include <Sound.h> 35 # include <Sound.h>
36 # include <TextUtils.h> 36 # include <TextUtils.h>
37 # include <Memory.h> 37 # include <Memory.h>
38 # include <OSUtils.h> 38 # include <OSUtils.h>
39 # include <Files.h> 39 # include <Files.h>
40 # ifdef FEAT_MBYTE 40 # include <Script.h>
41 # include <Script.h>
42 # endif
43 #endif 41 #endif
44 42
45 /* 43 /*
46 * Unix interface 44 * Unix interface
47 */ 45 */