View | Details | Raw Unified | Return to bug 137998
Collapse All | Expand All

(-)fluidsynth-1.0.6/src/fluidsynth_priv.h~ (-1 / +1 lines)
Lines 285-291 typedef FILE* fluid_file; Link Here
285
 * As soon as proper alignment is supported by the compiler, this
285
 * As soon as proper alignment is supported by the compiler, this
286
 * can be removed.
286
 * can be removed.
287
 */
287
 */
288
#define FLUID_ALIGN16BYTE(ptr)(((int)(ptr)+15) & (~0xFL))
288
#define FLUID_ALIGN16BYTE(ptr)(((long)(ptr)+15) & (~0xFL))
289
289
290
#if WITH_FTS
290
#if WITH_FTS
291
#define FLUID_PRINTF                 post
291
#define FLUID_PRINTF                 post

Return to bug 137998