Macro cleanup: FEAT_GUI_W32

This commit is contained in:
Hettomei
2015-05-08 13:02:05 +02:00
committed by Justin M. Keyes
parent 1b7dcb2f70
commit 031758ad5c
3 changed files with 4 additions and 5 deletions

View File

@@ -338,7 +338,7 @@ enum {
* functions of these names. The declarations would break if the defines had
* been seen at that stage. But it must be before globals.h, where error_ga
* is declared. */
#if !defined(FEAT_GUI_W32) && !defined(FEAT_GUI_X11) \
#if !defined(FEAT_GUI_X11) \
&& !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_MAC)
# define mch_errmsg(str) fprintf(stderr, "%s", (str))
# define display_errors() fflush(stderr)