update fluidsynth patch

This commit is contained in:
Robin Gareus 2016-08-25 22:37:12 +02:00
parent fa36ea6695
commit 38e09a8ed5
1 changed files with 13 additions and 0 deletions

View File

@ -287,3 +287,16 @@ index faf2772..74b9f4b 100644
#if HAVE_STRING_H
#include <string.h>
#endif
diff --git a/libs/fluidsynth/src/fluidsynth_priv.h b/libs/fluidsynth/src/fluidsynth_priv.h
index 74b9f4b..d29ba8a 100644
--- a/libs/fluidsynth/src/fluidsynth_priv.h
+++ b/libs/fluidsynth/src/fluidsynth_priv.h
@@ -105,8 +105,6 @@
#endif
#if HAVE_WINDOWS_H
-#include <winsock2.h>
-#include <ws2tcpip.h>
#include <windows.h>
#endif