diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-15 22:48:35 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-15 22:48:35 +0000 |
commit | db00351723c6c4ea20909fb0039e6f29ed8723ee (patch) | |
tree | 63012b41601383da6c21dfc4ab223e627e2125d8 /src/proto.h | |
parent | 114216c4173e2821b1e0615dd7341c03e6d6d607 (diff) | |
download | vim-git-db00351723c6c4ea20909fb0039e6f29ed8723ee.tar.gz |
updated for version 7.0225
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h index c81212cc8..5191e7505 100644 --- a/src/proto.h +++ b/src/proto.h @@ -255,7 +255,7 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path, # include "if_perlsfio.pro" #endif -#if defined(FEAT_MBYTE) && defined(MACOS_X) +#ifdef MACOS_CONVERT # include "os_mac_conv.pro" #endif |