13
0

undo modifications to upstream fluidsynth code

This commit is contained in:
Robin Gareus 2016-08-28 13:23:18 +02:00
parent ffb3e9bb21
commit eeee70c32d
2 changed files with 4 additions and 1 deletions

View File

@ -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 */

View File

@ -19,7 +19,6 @@
*/
#include "fluid_sys.h"
#include <io.h>
#if WITH_READLINE