diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-07-12 15:53:54 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-07-12 15:53:54 +0000 |
commit | 2df6dcc596d3c79283ec9efc36425a5564a45ab5 (patch) | |
tree | 1b14d1b80195243117cb68a7c30bf08a1ebc6501 /src/feature.h | |
parent | 8299df966a58236b31c0028fd7ce799c4ac6e625 (diff) | |
download | vim-git-2df6dcc596d3c79283ec9efc36425a5564a45ab5.tar.gz |
updated for version 7.0008v7.0008
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h index f2b4fb4a8..6531efef7 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1081,6 +1081,12 @@ # define CURSOR_SHAPE #endif +#if defined(FEAT_MZSCHEME) && (defined(FEAT_GUI_W32) || defined(FEAT_GUI_GTK) \ + || defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA) \ + || defined(FEAT_GUI_MAC) || defined(FEAT_GUI_KDE)) +# define MZSCHEME_GUI_THREADS +#endif + /* * +ARP Amiga only. Use arp.library, DOS 2.0 is not required. */ |