From a6b7a08ae04a3cd4d9c45c906bb7a197e2135179 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 10 Aug 2016 20:53:05 +0200 Subject: patch 7.4.2192 Problem: Generating prototypes with Cygwin doesn't work well. Solution: Change #ifdefs. (Ken Takata) --- src/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 81c6b9ab5..508b7cf7b 100644 --- a/src/gui.h +++ b/src/gui.h @@ -16,7 +16,7 @@ # include #endif -#ifdef FEAT_BEVAL +#if defined(FEAT_BEVAL) || defined(PROTO) # include "gui_beval.h" #endif -- cgit v1.2.1