mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
undo modifications to upstream fluidsynth code
This commit is contained in:
parent
ffb3e9bb21
commit
eeee70c32d
2 changed files with 4 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
*/
|
||||
|
||||
#include "fluid_sys.h"
|
||||
#include <io.h>
|
||||
|
||||
|
||||
#if WITH_READLINE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue