Ticket #7694: hack.diff
File hack.diff, 590 bytes (added by , 16 years ago) |
---|
-
.0.8/include/fluidsynth.h
diff -bur fluidsynth-1.0.8/include/fluidsynth.h nfluidsynth-1.0.8/include/fluidsynth.h
old new 28 28 #endif 29 29 30 30 #if defined(WIN32) 31 #if defined(FLUIDSYNTH_DLL_EXPORTS)32 #define FLUIDSYNTH_API __declspec(dllexport)33 #elif defined(FLUIDSYNTH_NOT_A_DLL)34 #define FLUIDSYNTH_API35 #else36 #define FLUIDSYNTH_API __declspec(dllimport)37 #endif38 31 39 32 #elif defined(MACOS9) 40 33 #define FLUIDSYNTH_API __declspec(export)