summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/config.h
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/config.h
parentffb3e9bb21d470f08a3d724cd114bc2974c589ab (diff)
undo modifications to upstream fluidsynth code
Diffstat (limited to 'libs/fluidsynth/config.h')
-rw-r--r--libs/fluidsynth/config.h4
1 files changed, 4 insertions, 0 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 */