From 2d5ac198968108992aebc449b892cf5916808097 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 16 Feb 2006 10:21:39 +0000 Subject: Numerous bug fixes svn path=/trunk/externals/postlude/; revision=4591 --- dssi/src/dssi~.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dssi/src/dssi~.h') diff --git a/dssi/src/dssi~.h b/dssi/src/dssi~.h index c0ae572..ba4871b 100644 --- a/dssi/src/dssi~.h +++ b/dssi/src/dssi~.h @@ -30,7 +30,6 @@ #include #include #include -#define __USE_GNU /* for strndup */ #include #include /*for exit()*/ @@ -42,7 +41,7 @@ #define DX7_DUMP_SIZE_BULK 4096+8 -#define VERSION 0.81 +#define VERSION 0.82 #define EVENT_BUFSIZE 1024 #define OSC_BASE_MAX 1024 #define TYPE_STRING_SIZE 20 /* Max size of event type string (must be two more bytes than needed) */ @@ -54,4 +53,6 @@ #define LOADGUI 1 /* FIX: depracate this */ #define DEBUG 0 - +#ifdef DEBUG + #define CHECKSUM_PATCH_FILES_ON_LOAD 1 +#endif -- cgit v1.2.1