summaryrefslogtreecommitdiff
path: root/libs/fluidsynth
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-28 13:23:18 +0200
committerRobin Gareus <robin@gareus.org>2016-08-28 13:23:18 +0200
commiteeee70c32d0eca36ce789047aeedef3263d8697b (patch)
treeb75023ac7edcc82808c607b77a895a875d796eae /libs/fluidsynth
parentffb3e9bb21d470f08a3d724cd114bc2974c589ab (diff)
undo modifications to upstream fluidsynth code
Diffstat (limited to 'libs/fluidsynth')
-rw-r--r--libs/fluidsynth/config.h4
-rw-r--r--libs/fluidsynth/src/fluid_sys.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/libs/fluidsynth/config.h b/libs/fluidsynth/config.h
index 7097bc19c1..2e2412ef08 100644
--- a/libs/fluidsynth/config.h
+++ b/libs/fluidsynth/config.h
@@ -216,6 +216,10 @@
#define SUPPORTS_VLA 1
#endif
+#ifdef _MSC_VER
+#define HAVE_IO_H
+#endif
+
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
diff --git a/libs/fluidsynth/src/fluid_sys.c b/libs/fluidsynth/src/fluid_sys.c
index 55decaa506..328f2556d6 100644
--- a/libs/fluidsynth/src/fluid_sys.c
+++ b/libs/fluidsynth/src/fluid_sys.c
@@ -19,7 +19,6 @@
*/
#include "fluid_sys.h"
-#include <io.h>
#if WITH_READLINE