view patches/fluidsynth-mingw-not-a-dll.patch @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents 0c7ec7daf3b5
children
line wrap: on
line source

--- fluidsynth-1.1.0/include/fluidsynth.h~	2009-09-22 08:55:01.000000000 +0200
+++ fluidsynth-1.1.0/include/fluidsynth.h	2009-11-12 14:10:35.784046956 +0100
@@ -23,6 +23,10 @@
 
 #include <stdio.h>
 
+#ifndef FLUIDSYNTH_NOT_A_DLL
+#define FLUIDSYNTH_NOT_A_DLL
+#endif /* FLUIDSYNTH_NOT_A_DLL */
+
 #ifdef __cplusplus
 extern "C" {
 #endif