From f7ff6e85e8a4e84cff023f5db4b66ef85986605a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 23 Mar 2014 15:13:05 +0100 Subject: updated for version 7.4.212 Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL. --- src/os_win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os_win32.h') diff --git a/src/os_win32.h b/src/os_win32.h index 29fe5e4fb..8553910e3 100644 --- a/src/os_win32.h +++ b/src/os_win32.h @@ -68,7 +68,7 @@ #endif #define USE_FNAME_CASE /* adjust case of file names */ -#if !defined(FEAT_CLIPBOARD) && defined(FEAT_VISUAL) && defined(FEAT_MOUSE) +#if !defined(FEAT_CLIPBOARD) && defined(FEAT_MOUSE) # define FEAT_CLIPBOARD /* include clipboard support */ #endif #if defined(__DATE__) && defined(__TIME__) -- cgit v1.2.1