From c0095d770a248baeb0f403a7c9fc13ecf6b19868 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 3 Jan 2015 14:25:31 +0000 Subject: completes the 64-pit support started with rev 17393, also adds a log message with version number to each changed object. svn path=/trunk/externals/miXed/; revision=17397 --- shared/shared.h | 1 + shared/sickle/arsic.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/shared.h b/shared/shared.h index 60e616a..6feaace 100644 --- a/shared/shared.h +++ b/shared/shared.h @@ -5,6 +5,7 @@ #ifndef __SHARED_H__ #define __SHARED_H__ +#include "../cyclone/build_counter" /* Microsoft Visual Studio is not C99, it does not provide stdint.h */ #ifdef _MSC_VER diff --git a/shared/sickle/arsic.h b/shared/sickle/arsic.h index a941279..38db505 100644 --- a/shared/sickle/arsic.h +++ b/shared/sickle/arsic.h @@ -10,7 +10,7 @@ typedef struct _arsic t_sic s_sic; int s_vecsize; /* used also as a validation flag */ int s_nchannels; - t_float **s_vectors; + t_word **s_vectors; t_symbol **s_channames; int s_nperfargs; t_int *s_perfargs; -- cgit v1.2.1