commit | 2fa15e6c7bf4181946b64c04b9c99bfd269535af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 21:23:48 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 21:23:48 2005 +0000 |
tree | 02bcfab94b9646b6ccc5e36ba9ad997560f9e1af | |
parent | fa4fd1bf97581ad21517b99dba14bdfa4ce242af [diff] [blame] |
updated for version 7.0030
diff --git a/src/feature.h b/src/feature.h index 7e4ddd5..f82bf75 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -976,7 +976,7 @@ * +mouse Any mouse support (any of the above enabled). */ /* OS/2 and Amiga console have no mouse support */ -#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) || defined(FEAT_GUI_AMIGA) +#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) # ifdef FEAT_NORMAL # define FEAT_MOUSE_XTERM # endif