From 54f5f9d2b816b5eb58ccb41915ecda330f7b79be Mon Sep 17 00:00:00 2001 From: derselbst Date: Fri, 7 Jul 2017 16:24:30 +0200 Subject: [PATCH] avoid including Win32 headers when build with cygwin --- fluidsynth/src/utils/fluidsynth_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluidsynth/src/utils/fluidsynth_priv.h b/fluidsynth/src/utils/fluidsynth_priv.h index faf27722..5f6782a6 100644 --- a/fluidsynth/src/utils/fluidsynth_priv.h +++ b/fluidsynth/src/utils/fluidsynth_priv.h @@ -112,7 +112,7 @@ #include #endif -#if HAVE_WINDOWS_H +#if defined(WIN32) && HAVE_WINDOWS_H #include #include #include