undo modifications to upstream fluidsynth code
authorRobin Gareus <robin@gareus.org>
Sun, 28 Aug 2016 11:23:18 +0000 (13:23 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 28 Aug 2016 11:23:18 +0000 (13:23 +0200)
libs/fluidsynth/config.h
libs/fluidsynth/src/fluid_sys.c

index 7097bc19c1371c750ec334e08845f47bb97424f5..2e2412ef08ba9ddb9a7007ec381310b2f9fc76ea 100644 (file)
 #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 */
index 55decaa5069bef3a8cbd4c7c5507b61e9b26164c..328f2556d6238329f68e3b793269d7d498aa1396 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #include "fluid_sys.h"
-#include <io.h>
 
 
 #if WITH_READLINE